Class AbpDropdownButtonTagHelper
Inheritance
AbpDropdownButtonTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpDropdownButtonTagHelper : AbpTagHelper<AbpDropdownButtonTagHelper, AbpDropdownButtonTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
Declaration
public AbpDropdownButtonTagHelper(AbpDropdownButtonTagHelperService tagHelperService)
Parameters
Properties
Declaration
public AbpButtonType ButtonType { get; set; }
Property Value
Declaration
public DropdownStyle DropdownStyle { get; set; }
Property Value
Declaration
public string? Icon { get; set; }
Property Value
Declaration
public FontIconType IconType { get; set; }
Property Value
Declaration
public bool? Link { get; set; }
Property Value
Declaration
public bool? NavLink { get; set; }
Property Value
Declaration
public AbpButtonSize Size { get; set; }
Property Value
Text
Declaration
public string? Text { get; set; }
Property Value
Implements
Extension Methods