Class PaginatorDemoViewComponent
Inheritance
System.Object
PaginatorDemoViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
public class PaginatorDemoViewComponent : AbpViewComponent
Fields
ViewPath
Declaration
public const string ViewPath = "/Views/Components/Themes/Shared/Demos/PaginatorDemo/Default.cshtml"
Field Value
| Type |
Description |
| System.String |
|
Properties
Declaration
public PagerModel PagerModel { get; set; }
Property Value
| Type |
Description |
| PagerModel |
|
Methods
Declaration
public IViewComponentResult Invoke(PagerModel pagerModel)
Parameters
| Type |
Name |
Description |
| PagerModel |
pagerModel |
|
Returns
| Type |
Description |
| IViewComponentResult |
|
Extension Methods