Class AbpModalFooterTagHelperService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|---|
| Microsoft.Extensions.Localization.IStringLocalizer<T><AbpUiResource> | localizer |
Methods
CreateContent()
Declaration
protected virtual string CreateContent()
Returns
| Type | Description |
|---|---|
| string |
GetCancelButton()
Declaration
protected virtual string GetCancelButton()
Returns
| Type | Description |
|---|---|
| string |
GetCloseButton()
Declaration
protected virtual string GetCloseButton()
Returns
| Type | Description |
|---|---|
| string |
GetSaveButton()
Declaration
protected virtual string GetSaveButton()
Returns
| Type | Description |
|---|---|
| string |
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext | context | |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput | output |
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal.AbpModalFooterTagHelper>.Process(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)
ProcessButtonsAlignment(TagHelperOutput)
Declaration
protected virtual void ProcessButtonsAlignment(TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput | output |