Class AbpTabTagHelper
Inheritance
AbpTabTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
[HtmlTargetElement("abp-tab")]
public class AbpTabTagHelper : AbpTagHelper<AbpTabTagHelper, AbpTabTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpTabTagHelper(AbpTabTagHelperService)
Declaration
public AbpTabTagHelper(AbpTabTagHelperService tagHelperService)
Parameters
Properties
Active
Declaration
public bool? Active { get; set; }
Property Value
Name
Declaration
public string? Name { get; set; }
Property Value
ParentDropdownName
Declaration
public string? ParentDropdownName { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Implements
Extension Methods