Class AbpTagHelper<TTagHelper, TService>
Inheritance
AbpTagHelper<TTagHelper, TService>
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public abstract class AbpTagHelper<TTagHelper, TService> : AbpTagHelper, ITagHelper, ITagHelperComponent, ITransientDependency where TTagHelper : AbpTagHelper<TTagHelper, TService> where TService : class, IAbpTagHelperService<TTagHelper>
Type Parameters
Name |
Description |
TTagHelper |
|
TService |
|
Constructors
AbpTagHelper(TService)
Declaration
protected AbpTagHelper(TService service)
Parameters
Type |
Name |
Description |
TService |
service |
|
Properties
Order
Declaration
public override int Order { get; }
Property Value
Overrides
Service
Declaration
protected TService Service { get; }
Property Value
Type |
Description |
TService |
|
ViewContext
Declaration
[HtmlAttributeNotBound]
[ViewContext]
public ViewContext ViewContext { get; set; }
Property Value
Methods
Init(TagHelperContext)
Declaration
public override void Init(TagHelperContext context)
Parameters
Overrides
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Overrides
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Returns
Overrides
Implements
Extension Methods