Class AbpButtonTagHelperService
Inheritance
AbpButtonTagHelperService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpButtonTagHelperService : AbpButtonTagHelperServiceBase<AbpButtonTagHelper>, IAbpTagHelperService<AbpButtonTagHelper>, ITransientDependency
Constructors
Declaration
public AbpButtonTagHelperService(IStringLocalizer<AbpUiResource> localizer)
Parameters
Fields
DataBusyTextAttributeName
Declaration
protected const string DataBusyTextAttributeName = "data-busy-text"
Field Value
DataBusyTextIsHtmlAttributeName
Declaration
protected const string DataBusyTextIsHtmlAttributeName = "data-busy-text-is-html"
Field Value
Properties
Declaration
protected IStringLocalizer<AbpUiResource> L { get; }
Property Value
Methods
AddBusyText(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBusyText(TagHelperContext context, TagHelperOutput output)
Parameters
AddBusyTextIsHtml(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBusyTextIsHtml(TagHelperContext context, TagHelperOutput output)
Parameters
AddType(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddType(TagHelperContext context, TagHelperOutput output)
Parameters
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Overrides
Implements
Extension Methods