Class AbpLinkButtonTagHelper
Inheritance
AbpLinkButtonTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
[HtmlTargetElement("a", Attributes = "abp-button", TagStructure = TagStructure.NormalOrSelfClosing)]
[HtmlTargetElement("input", Attributes = "abp-button", TagStructure = TagStructure.WithoutEndTag)]
public class AbpLinkButtonTagHelper : AbpTagHelper<AbpLinkButtonTagHelper, AbpLinkButtonTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency, IButtonTagHelperBase
Constructors
Declaration
public AbpLinkButtonTagHelper(AbpLinkButtonTagHelperService service)
Parameters
Properties
Declaration
[HtmlAttributeName("abp-button")]
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; }
Property Value
Declaration
public AbpButtonSize Size { get; set; }
Property Value
Text
Declaration
public string? Text { get; set; }
Property Value
Implements
Extension Methods