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