Class AbpPaginationTagHelper
Inheritance
System.Object
AbpPaginationTagHelper
Implements
ITransientDependency
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Pagination
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpPaginationTagHelper : AbpTagHelper<AbpPaginationTagHelper, AbpPaginationTagHelperService>, ITransientDependency
Constructors
AbpPaginationTagHelper(AbpPaginationTagHelperService)
Declaration
public AbpPaginationTagHelper(AbpPaginationTagHelperService tagHelperService)
Parameters
Type | Name | Description |
---|---|---|
AbpPaginationTagHelperService | tagHelperService |
Properties
Model
Declaration
public PagerModel Model { get; set; }
Property Value
Type | Description |
---|---|
PagerModel |
ShowInfo
Declaration
public bool? ShowInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
ITransientDependency