Inheritance
AbpPaginationTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
[HtmlTargetElement("abp-paginator")]
public class AbpPaginationTagHelper : AbpTagHelper<AbpPaginationTagHelper, AbpPaginationTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
Declaration
public AbpPaginationTagHelper(AbpPaginationTagHelperService tagHelperService)
Parameters
Properties
Declaration
public PagerModel Model { get; set; }
Property Value
Declaration
public bool? ShowInfo { get; set; }
Property Value
Implements
Extension Methods