Show / Hide Table of Contents

Class AbpPaginationTagHelperService

Inheritance
object
AbpTagHelperService<AbpPaginationTagHelper>
AbpPaginationTagHelperService
Implements
IAbpTagHelperService<AbpPaginationTagHelper>
ITransientDependency
Inherited Members
AbpTagHelperService<AbpPaginationTagHelper>.FormGroupContents
AbpTagHelperService<AbpPaginationTagHelper>.TabItems
AbpTagHelperService<AbpPaginationTagHelper>.AccordionItems
AbpTagHelperService<AbpPaginationTagHelper>.BreadcrumbItemsContent
AbpTagHelperService<AbpPaginationTagHelper>.CarouselItemsContent
AbpTagHelperService<AbpPaginationTagHelper>.TabItemsDataTogglePlaceHolder
AbpTagHelperService<AbpPaginationTagHelper>.TabItemNamePlaceHolder
AbpTagHelperService<AbpPaginationTagHelper>.AbpFormContentPlaceHolder
AbpTagHelperService<AbpPaginationTagHelper>.AbpTabItemActivePlaceholder
AbpTagHelperService<AbpPaginationTagHelper>.AbpTabDropdownItemsActivePlaceholder
AbpTagHelperService<AbpPaginationTagHelper>.AbpTabItemShowActivePlaceholder
AbpTagHelperService<AbpPaginationTagHelper>.AbpBreadcrumbItemActivePlaceholder
AbpTagHelperService<AbpPaginationTagHelper>.AbpCarouselItemActivePlaceholder
AbpTagHelperService<AbpPaginationTagHelper>.AbpTabItemSelectedPlaceholder
AbpTagHelperService<AbpPaginationTagHelper>.AbpAccordionParentIdPlaceholder
AbpTagHelperService<AbpPaginationTagHelper>.Init(TagHelperContext)
AbpTagHelperService<AbpPaginationTagHelper>.Process(TagHelperContext, TagHelperOutput)
AbpTagHelperService<AbpPaginationTagHelper>.TagHelper
AbpTagHelperService<AbpPaginationTagHelper>.Order
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Pagination
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpPaginationTagHelperService : AbpTagHelperService<AbpPaginationTagHelper>, IAbpTagHelperService<AbpPaginationTagHelper>, ITransientDependency

Constructors

AbpPaginationTagHelperService(IHtmlGenerator, HtmlEncoder, IAbpTagHelperLocalizer, IStringLocalizerFactory)

Declaration
public AbpPaginationTagHelperService(IHtmlGenerator generator, HtmlEncoder encoder, IAbpTagHelperLocalizer tagHelperLocalizer, IStringLocalizerFactory stringLocalizerFactory)
Parameters
Type Name Description
IHtmlGenerator generator
HtmlEncoder encoder
IAbpTagHelperLocalizer tagHelperLocalizer
IStringLocalizerFactory stringLocalizerFactory

Methods

GetClosingTags(TagHelperContext, TagHelperOutput)

Declaration
protected virtual string GetClosingTags(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
Returns
Type Description
string

GetNextButton(TagHelperContext, TagHelperOutput)

Declaration
protected virtual Task<string> GetNextButton(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
Returns
Type Description
Task<string>

GetOpeningTags(TagHelperContext, TagHelperOutput)

Declaration
protected virtual string GetOpeningTags(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
Returns
Type Description
string

GetPageAsync(TagHelperContext, TagHelperOutput, PageItem)

Declaration
protected virtual Task<string> GetPageAsync(TagHelperContext context, TagHelperOutput output, PageItem page)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
PageItem page
Returns
Type Description
Task<string>

GetPagesAsync(TagHelperContext, TagHelperOutput)

Declaration
protected virtual Task<string> GetPagesAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
Returns
Type Description
Task<string>

GetPreviousButtonAsync(TagHelperContext, TagHelperOutput)

Declaration
protected virtual Task<string> GetPreviousButtonAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
Returns
Type Description
Task<string>

ProcessAsync(TagHelperContext, TagHelperOutput)

Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
Returns
Type Description
Task
Overrides
AbpTagHelperService<AbpPaginationTagHelper>.ProcessAsync(TagHelperContext, TagHelperOutput)

ProcessMainTag(TagHelperContext, TagHelperOutput)

Declaration
protected virtual void ProcessMainTag(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output

RenderAnchorTagHelperLinkHtmlAsync(TagHelperContext, TagHelperOutput, string, string)

Declaration
protected virtual Task<string> RenderAnchorTagHelperLinkHtmlAsync(TagHelperContext context, TagHelperOutput output, string currentPage, string localizationKey)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
string currentPage
string localizationKey
Returns
Type Description
Task<string>

SetContentAsHtmlAsync(TagHelperContext, TagHelperOutput)

Declaration
protected virtual Task SetContentAsHtmlAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context
TagHelperOutput output
Returns
Type Description
Task

SetHrefAttribute(string, TagHelperAttributeList)

Declaration
protected virtual void SetHrefAttribute(string currentPage, TagHelperAttributeList attributeList)
Parameters
Type Name Description
string currentPage
TagHelperAttributeList attributeList

Implements

IAbpTagHelperService<TTagHelper>
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform