Class AbpModalFooterTagHelperService
Inheritance
System.Object
AbpModalFooterTagHelperService
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.Modal
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpModalFooterTagHelperService : AbpTagHelperService<AbpModalFooterTagHelper>, IAbpTagHelperService<AbpModalFooterTagHelper>, ITransientDependency
Constructors
AbpModalFooterTagHelperService(IStringLocalizer<AbpUiResource>)
Declaration
public AbpModalFooterTagHelperService(IStringLocalizer<AbpUiResource> localizer)
Parameters
| Type | Name | Description |
|---|---|---|
| IStringLocalizer<AbpUiResource> | localizer |
Methods
CreateContent()
Declaration
protected virtual string CreateContent()
Returns
| Type | Description |
|---|---|
| System.String |
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.Modal.AbpModalFooterTagHelper>.Process(TagHelperContext, TagHelperOutput)
ProcessButtonsAlignment(TagHelperOutput)
Declaration
protected virtual void ProcessButtonsAlignment(TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelperOutput | output |
Implements
ITransientDependency