Interface IAbpTagHelperService<TTagHelper>
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public interface IAbpTagHelperService<TTagHelper> : ITransientDependency where TTagHelper : TagHelper
Type Parameters
Name |
Description |
TTagHelper |
|
Properties
Order
Declaration
Property Value
TagHelper
Declaration
TTagHelper TagHelper { get; }
Property Value
Type |
Description |
TTagHelper |
|
Methods
Init(TagHelperContext)
Declaration
void Init(TagHelperContext context)
Parameters
Process(TagHelperContext, TagHelperOutput)
Declaration
void Process(TagHelperContext context, TagHelperOutput output)
Parameters
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Returns
Extension Methods