Interface IButtonTagHelperBase
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Button
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public interface IButtonTagHelperBase
Properties
ButtonType
Declaration
AbpButtonType ButtonType { get; }
Property Value
| Type | Description |
|---|---|
| AbpButtonType |
Disabled
Declaration
bool? Disabled { get; }
Property Value
| Type | Description |
|---|---|
| bool? |
Icon
Declaration
string? Icon { get; }
Property Value
| Type | Description |
|---|---|
| string |
IconType
Declaration
FontIconType IconType { get; }
Property Value
| Type | Description |
|---|---|
| FontIconType |
Size
Declaration
AbpButtonSize Size { get; }
Property Value
| Type | Description |
|---|---|
| AbpButtonSize |
Text
Declaration
string? Text { get; }
Property Value
| Type | Description |
|---|---|
| string |