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