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
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
Process(TagHelperContext, TagHelperOutput)
Declaration
void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
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 |
|
Extension Methods