Class AbpTabLinkTagHelperService
Inheritance
AbpTabLinkTagHelperService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTabLinkTagHelperService : AbpTagHelperService<AbpTabLinkTagHelper>, IAbpTagHelperService<AbpTabLinkTagHelper>, ITransientDependency
Constructors
AbpTabLinkTagHelperService()
Declaration
public AbpTabLinkTagHelperService()
Methods
Declaration
protected virtual string GetTabHeaderItem(TagHelperContext context, TagHelperOutput output)
Parameters
Returns
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Returns
Overrides
SetPlaceholderForNameIfNotProvided()
Declaration
protected virtual void SetPlaceholderForNameIfNotProvided()
Implements
Extension Methods