+ This is a simple hero unit, a simple jumbotron-style component + for calling extra attention to featured content or information. +
++ + @if (CurrentUser.IsAuthenticated) + { + Logout + } + else + { +
+ } + +
+
+
+ + We are developing open source and commercial software development tools. +
++ Praesent et posuere dui. + felis. +
+
+ }
+ Maximum allowed page size: @await SettingProvider.GetOrNullAsync(ProductManagementSettings.MaxPageSize)
diff --git a/templates/ms/applications/Company.Project.PublicWebSite.Host/Pages/Products.cshtml.cs b/templates/ms/applications/Company.Project.PublicWebSite.Host/Pages/Products.cshtml.cs new file mode 100644 index 0000000..982aada --- /dev/null +++ b/templates/ms/applications/Company.Project.PublicWebSite.Host/Pages/Products.cshtml.cs @@ -0,0 +1,23 @@ +using System.Threading.Tasks; +using ProductManagement; +using Volo.Abp.Application.Dtos; +using Volo.Abp.AspNetCore.Mvc.UI.RazorPages; + +namespace Company.Project.PublicWebSite.Pages; + +public class ProductsModel : AbpPageModel +{ + public ListResultDto