Class AbpButtonTagHelperServiceBase<TTagHelper>
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.Button
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public abstract class AbpButtonTagHelperServiceBase<TTagHelper> : AbpTagHelperService<TTagHelper>, IAbpTagHelperService<TTagHelper>, ITransientDependency where TTagHelper : TagHelper, IButtonTagHelperBase
Type Parameters
Name | Description |
---|---|
TTagHelper |
Methods
AddClasses(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddClasses(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
AddDisabled(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddDisabled(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
AddIcon(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddIcon(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
AddText(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddText(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
GetIconClass(TagHelperContext, TagHelperOutput)
Declaration
protected virtual string GetIconClass(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Returns
Type | Description |
---|---|
System.String |
NormalizeTagMode(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void NormalizeTagMode(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
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<TTagHelper>.Process(TagHelperContext, TagHelperOutput)
Implements
ITransientDependency