public sealed class Modal : BlazorBootstrapComponentBase| Modal | Initializes a new instance of the Modal class |
| BodyTemplate | Gets or sets the body template. |
| FooterTemplate | Gets or sets the footer template. |
| HeaderIconColor | Gets or sets the header's icon color. |
| HeaderIconName | Gets or sets the header icon. |
| HeaderTemplate | Gets or sets the header template. |
| IsScrollable | If , scroll will be enabled on the modal body. |
| IsVerticallyCentered | If , shows the modal vertically in the center. |
| Message | Gets or sets the message. |
| ModalType | Gets or sets the modal type. |
| Size | Gets or sets the modal size. |
| Title | Gets or sets the modal header title. |
| HideAsync | Hides a modal. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |
| ShowAsync | Opens a modal. |