Class AbpTagHelper<TTagHelper, TService>
Inheritance
System.Object
AbpTagHelper<TTagHelper, TService>
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public abstract class AbpTagHelper<TTagHelper, TService> : AbpTagHelper, 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
| Type |
Description |
| System.Int32 |
|
Service
Declaration
protected TService Service { get; }
Property Value
| Type |
Description |
| TService |
|
ViewContext
Declaration
public ViewContext ViewContext { get; set; }
Property Value
| Type |
Description |
| ViewContext |
|
Methods
Init(TagHelperContext)
Declaration
public override void Init(TagHelperContext context)
Parameters
| Type |
Name |
Description |
| TagHelperContext |
context |
|
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| TagHelperContext |
context |
|
| TagHelperOutput |
output |
|
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| TagHelperContext |
context |
|
| TagHelperOutput |
output |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
ITransientDependency
Extension Methods