Class AbpTabTagHelper
Inheritance
System.Object
AbpTabTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTabTagHelper : AbpTagHelper<AbpTabTagHelper, AbpTabTagHelperService>, ITransientDependency
Constructors
AbpTabTagHelper(AbpTabTagHelperService)
Declaration
public AbpTabTagHelper(AbpTabTagHelperService tagHelperService)
Parameters
Properties
Active
Declaration
public bool? Active { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
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