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