Class AbpButtonTagHelper
Inheritance
System.Object
AbpButtonTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpButtonTagHelper : AbpTagHelper<AbpButtonTagHelper, AbpButtonTagHelperService>, ITransientDependency, IButtonTagHelperBase
Constructors
Declaration
public AbpButtonTagHelper(AbpButtonTagHelperService service)
Parameters
Properties
BusyText
Declaration
public string BusyText { get; set; }
Property Value
Type |
Description |
System.String |
|
BusyTextIsHtml
Declaration
public bool BusyTextIsHtml { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public AbpButtonType ButtonType { get; set; }
Property Value
Declaration
public bool? Disabled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public FontIconType IconType { get; set; }
Property Value
Declaration
public AbpButtonSize Size { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods