Class AbpTableHeadScopeTagHelperService
Inheritance
AbpTableHeadScopeTagHelperService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTableHeadScopeTagHelperService : AbpTagHelperService<AbpTableHeadScopeTagHelper>, IAbpTagHelperService<AbpTableHeadScopeTagHelper>, ITransientDependency
Constructors
AbpTableHeadScopeTagHelperService()
Declaration
public AbpTableHeadScopeTagHelperService()
Methods
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Overrides
SetScope(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetScope(TagHelperContext context, TagHelperOutput output)
Parameters
Implements
Extension Methods