Table of Contents

Class AbpDropdownButtonTagHelper

Namespace
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Dropdown
Assembly
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpDropdownButtonTagHelper : AbpTagHelper<AbpDropdownButtonTagHelper, AbpDropdownButtonTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Inheritance
AbpDropdownButtonTagHelper
Implements
ITransientDependency
Inherited Members
Extension Methods

Constructors

AbpDropdownButtonTagHelper(AbpDropdownButtonTagHelperService)

public AbpDropdownButtonTagHelper(AbpDropdownButtonTagHelperService tagHelperService)

Parameters

tagHelperService AbpDropdownButtonTagHelperService

Properties

ButtonType

public AbpButtonType ButtonType { get; set; }

Property Value

AbpButtonType

DropdownStyle

public DropdownStyle DropdownStyle { get; set; }

Property Value

DropdownStyle

Icon

public string Icon { get; set; }

Property Value

string

IconType

public FontIconType IconType { get; set; }

Property Value

FontIconType
public bool? Link { get; set; }

Property Value

bool?
public bool? NavLink { get; set; }

Property Value

bool?

Size

public AbpButtonSize Size { get; set; }

Property Value

AbpButtonSize

Text

public string Text { get; set; }

Property Value

string