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
Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator generator
System.Text.Encodings.Web.HtmlEncoder encoder
IAbpTagHelperLocalizer tagHelperLocalizer
Microsoft.Extensions.Localization.IStringLocalizerFactory stringLocalizerFactory

Methods

GetClosingTags(TagHelperContext, TagHelperOutput)

Declaration
protected virtual string GetClosingTags(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output
Returns
Type Description
string

GetNextButton(TagHelperContext, TagHelperOutput)

Declaration
protected virtual Task<string> GetNextButton(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output
Returns
Type Description
System.Threading.Tasks.Task<TResult><string>

GetOpeningTags(TagHelperContext, TagHelperOutput)

Declaration
protected virtual string GetOpeningTags(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.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
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output
PageItem page
Returns
Type Description
System.Threading.Tasks.Task<TResult><string>

GetPagesAsync(TagHelperContext, TagHelperOutput)

Declaration
protected virtual Task<string> GetPagesAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output
Returns
Type Description
System.Threading.Tasks.Task<TResult><string>

GetPreviousButtonAsync(TagHelperContext, TagHelperOutput)

Declaration
protected virtual Task<string> GetPreviousButtonAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output
Returns
Type Description
System.Threading.Tasks.Task<TResult><string>

ProcessAsync(TagHelperContext, TagHelperOutput)

Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output
Returns
Type Description
System.Threading.Tasks.Task
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Pagination.AbpPaginationTagHelper>.ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)

ProcessMainTag(TagHelperContext, TagHelperOutput)

Declaration
protected virtual void ProcessMainTag(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.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
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output
string currentPage
string localizationKey
Returns
Type Description
System.Threading.Tasks.Task<TResult><string>

SetContentAsHtmlAsync(TagHelperContext, TagHelperOutput)

Declaration
protected virtual Task SetContentAsHtmlAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output
Returns
Type Description
System.Threading.Tasks.Task

SetHrefAttribute(string, TagHelperAttributeList)

Declaration
protected virtual void SetHrefAttribute(string currentPage, TagHelperAttributeList attributeList)
Parameters
Type Name Description
string currentPage
Microsoft.AspNetCore.Razor.TagHelpers.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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft