Inheritance
AbpModalFooterTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
[HtmlTargetElement("abp-modal-footer")]
public class AbpModalFooterTagHelper : AbpTagHelper<AbpModalFooterTagHelper, AbpModalFooterTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
Declaration
public AbpModalFooterTagHelper(AbpModalFooterTagHelperService tagHelperService)
Parameters
Properties
Declaration
public ButtonsAlign ButtonAlignment { get; set; }
Property Value
Declaration
public AbpModalButtons Buttons { get; set; }
Property Value
Implements
Extension Methods