Class AbpLinkButtonTagHelper
Inheritance
System.Object
AbpLinkButtonTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpLinkButtonTagHelper : AbpTagHelper<AbpLinkButtonTagHelper, AbpLinkButtonTagHelperService>, ITransientDependency, IButtonTagHelperBase
Constructors
Declaration
public AbpLinkButtonTagHelper(AbpLinkButtonTagHelperService service)
Parameters
Properties
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; }
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