Class AbpTabTagHelperService
Inheritance
System.Object
AbpTabTagHelperService
Implements
ITransientDependency
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTabTagHelperService : AbpTagHelperService<AbpTabTagHelper>, IAbpTagHelperService<AbpTabTagHelper>, ITransientDependency
Methods
GetTabContentAttributes(TagHelperContext, TagHelperOutput)
Declaration
protected virtual List<TagHelperAttribute> GetTabContentAttributes(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
Returns
Type |
Description |
System.Collections.Generic.List<TagHelperAttribute> |
|
GetTabContentItem(TagHelperContext, TagHelperOutput, String)
Declaration
protected virtual string GetTabContentItem(TagHelperContext context, TagHelperOutput output, string content)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
System.String |
content |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected virtual List<TagHelperAttribute> GetTabHeaderAttributes(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
Returns
Type |
Description |
System.Collections.Generic.List<TagHelperAttribute> |
|
Declaration
protected virtual string GetTabHeaderItem(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
Returns
Type |
Description |
System.String |
|
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab.AbpTabTagHelper>.ProcessAsync(TagHelperContext, TagHelperOutput)
SetPlaceholderForNameIfNotProvided()
Declaration
protected virtual void SetPlaceholderForNameIfNotProvided()
Implements
ITransientDependency
Extension Methods