Class AbpModalFooterTagHelper
Inheritance
System.Object
AbpModalFooterTagHelper
Implements
ITransientDependency
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpModalFooterTagHelper : AbpTagHelper<AbpModalFooterTagHelper, AbpModalFooterTagHelperService>, ITransientDependency
Constructors
AbpModalFooterTagHelper(AbpModalFooterTagHelperService)
Declaration
public AbpModalFooterTagHelper(AbpModalFooterTagHelperService tagHelperService)
Parameters
Type | Name | Description |
---|---|---|
AbpModalFooterTagHelperService | tagHelperService |
Properties
ButtonAlignment
Declaration
public ButtonsAlign ButtonAlignment { get; set; }
Property Value
Type | Description |
---|---|
ButtonsAlign |
Buttons
Declaration
public AbpModalButtons Buttons { get; set; }
Property Value
Type | Description |
---|---|
AbpModalButtons |
Implements
ITransientDependency