Class AbpTabTagHelperService
Inheritance
object
AbpTabTagHelperService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<T><Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> |
|
GetTabContentItem(TagHelperContext, TagHelperOutput, TagHelperContent)
Declaration
protected virtual string GetTabContentItem(TagHelperContext context, TagHelperOutput output, TagHelperContent content)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent |
content |
|
Returns
Declaration
protected virtual List<TagHelperAttribute> GetTabHeaderAttributes(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<T><Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> |
|
Declaration
protected virtual string GetTabHeaderItem(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
Returns
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.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(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)
SetPlaceholderForNameIfNotProvided()
Declaration
protected virtual void SetPlaceholderForNameIfNotProvided()
Implements
Extension Methods