Class AbpButtonTagHelperService
Inheritance
System.Object
AbpButtonTagHelperService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpButtonTagHelperService : AbpButtonTagHelperServiceBase<AbpButtonTagHelper>, IAbpTagHelperService<AbpButtonTagHelper>, ITransientDependency
Constructors
AbpButtonTagHelperService(IStringLocalizer<AbpUiResource>)
Declaration
public AbpButtonTagHelperService(IStringLocalizer<AbpUiResource> localizer)
Parameters
Type | Name | Description |
---|---|---|
IStringLocalizer<AbpUiResource> | localizer |
Fields
DataBusyTextAttributeName
Declaration
protected const string DataBusyTextAttributeName = "data-busy-text"
Field Value
Type | Description |
---|---|
System.String |
DataBusyTextIsHtmlAttributeName
Declaration
protected const string DataBusyTextIsHtmlAttributeName = "data-busy-text-is-html"
Field Value
Type | Description |
---|---|
System.String |
Properties
L
Declaration
protected IStringLocalizer<AbpUiResource> L { get; }
Property Value
Type | Description |
---|---|
IStringLocalizer<AbpUiResource> |
Methods
AddBusyText(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBusyText(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
AddBusyTextIsHtml(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBusyTextIsHtml(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
AddType(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddType(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelperServiceBase<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelper>.Process(TagHelperContext, TagHelperOutput)
Implements
ITransientDependency