Class AbpTabTagHelperService
Inheritance
AbpTabTagHelperService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTabTagHelperService : AbpTagHelperService<AbpTabTagHelper>, IAbpTagHelperService<AbpTabTagHelper>, ITransientDependency
Constructors
AbpTabTagHelperService()
Declaration
public AbpTabTagHelperService()
Methods
GetTabContentAttributes(TagHelperContext, TagHelperOutput)
Declaration
protected virtual List<TagHelperAttribute> GetTabContentAttributes(TagHelperContext context, TagHelperOutput output)
Parameters
Returns
GetTabContentItem(TagHelperContext, TagHelperOutput, TagHelperContent)
Declaration
protected virtual string GetTabContentItem(TagHelperContext context, TagHelperOutput output, TagHelperContent content)
Parameters
Returns
Declaration
protected virtual List<TagHelperAttribute> GetTabHeaderAttributes(TagHelperContext context, TagHelperOutput output)
Parameters
Returns
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