Class AbpButtonTagHelper
Inheritance
object
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
AbpButtonTagHelper
Implements
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent
Inherited Members
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.Init(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext)
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.Process(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.Order
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
[HtmlTargetElement("abp-button", TagStructure = TagStructure.NormalOrSelfClosing)]
public class AbpButtonTagHelper : AbpTagHelper<AbpButtonTagHelper, AbpButtonTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency, IButtonTagHelperBase
Constructors
AbpButtonTagHelper(AbpButtonTagHelperService)
Declaration
public AbpButtonTagHelper(AbpButtonTagHelperService service)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpButtonTagHelperService | service |
Properties
BusyText
Declaration
public string BusyText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BusyTextIsHtml
Declaration
public bool BusyTextIsHtml { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ButtonType
Declaration
public AbpButtonType ButtonType { get; set; }
Property Value
| Type | Description |
|---|---|
| AbpButtonType |
Disabled
Declaration
public bool? Disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Icon
Declaration
public string Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IconType
Declaration
public FontIconType IconType { get; set; }
Property Value
| Type | Description |
|---|---|
| FontIconType |
Size
Declaration
public AbpButtonSize Size { get; set; }
Property Value
| Type | Description |
|---|---|
| AbpButtonSize |
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent