Class AbpTabLinkTagHelper
Inheritance
AbpTabLinkTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
[HtmlTargetElement("abp-tab-link", TagStructure = TagStructure.WithoutEndTag)]
public class AbpTabLinkTagHelper : AbpTagHelper<AbpTabLinkTagHelper, AbpTabLinkTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpTabLinkTagHelper(AbpTabLinkTagHelperService)
Declaration
public AbpTabLinkTagHelper(AbpTabLinkTagHelperService tagHelperService)
Parameters
Properties
Href
Declaration
public string Href { 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