Class AbpButtonTagHelperService
Inheritance
object
AbpButtonTagHelperService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|---|
| Microsoft.Extensions.Localization.IStringLocalizer<T><AbpUiResource> | localizer |
Fields
DataBusyTextAttributeName
Declaration
protected const string DataBusyTextAttributeName = "data-busy-text"
Field Value
| Type | Description |
|---|---|
| string |
DataBusyTextIsHtmlAttributeName
Declaration
protected const string DataBusyTextIsHtmlAttributeName = "data-busy-text-is-html"
Field Value
| Type | Description |
|---|---|
| string |
Properties
L
Declaration
protected IStringLocalizer<AbpUiResource> L { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Localization.IStringLocalizer<T><AbpUiResource> |
Methods
AddBusyText(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBusyText(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext | context | |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput | output |
AddBusyTextIsHtml(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBusyTextIsHtml(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext | context | |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput | output |
AddType(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddType(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext | context | |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput | output |
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext | context | |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput | output |
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelperServiceBase<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button.AbpButtonTagHelper>.Process(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)