Class AbpButtonTagHelper
Inheritance
AbpButtonTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
[HtmlTargetElement("abp-button", TagStructure = TagStructure.NormalOrSelfClosing)]
public class AbpButtonTagHelper : AbpTagHelper<AbpButtonTagHelper, AbpButtonTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency, IButtonTagHelperBase
Constructors
Declaration
public AbpButtonTagHelper(AbpButtonTagHelperService service)
Parameters
Properties
BusyText
Declaration
public string? BusyText { get; set; }
Property Value
BusyTextIsHtml
Declaration
public bool BusyTextIsHtml { get; set; }
Property Value
Declaration
public AbpButtonType ButtonType { get; set; }
Property Value
Declaration
public bool? Disabled { get; set; }
Property Value
Declaration
public string? Icon { get; set; }
Property Value
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
Implements
Extension Methods