@page @using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal @model Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Pages.Components.ModalsModel @{ ViewData["Title"] = "Modals"; }

Modals

Based on Bootstrap Modal.

# Modal Example

Body
<abp-modal>
   <abp-modal-header title="Header"></abp-modal-header>
   <abp-modal-body>
       Body
   </abp-modal-body>
   <abp-modal-footer buttons="(AbpModalButtons.Save|AbpModalButtons.Close)"></abp-modal-footer>
</abp-modal>