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