Class AbpTableTagHelperService
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()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Table
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTableTagHelperService : AbpTagHelperService<AbpTableTagHelper>, IAbpTagHelperService<AbpTableTagHelper>, ITransientDependency
Methods
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Table.AbpTableTagHelper>.Process(TagHelperContext, TagHelperOutput)
SetBorderStyle(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetBorderStyle(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetHoverableRows(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetHoverableRows(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetResponsiveness(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetResponsiveness(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetSmall(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetSmall(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetStripedRows(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetStripedRows(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetTheme(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetTheme(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Implements
ITransientDependency