Class AbpTabLinkTagHelper
Inheritance
System.Object
AbpTabLinkTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTabLinkTagHelper : AbpTagHelper<AbpTabLinkTagHelper, AbpTabLinkTagHelperService>, ITransientDependency
Constructors
AbpTabLinkTagHelper(AbpTabLinkTagHelperService)
Declaration
public AbpTabLinkTagHelper(AbpTabLinkTagHelperService tagHelperService)
Parameters
Properties
Href
Declaration
public string Href { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentDropdownName
Declaration
public string ParentDropdownName { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods