ModalService
This documentation provides a comprehensive reference for the
ModalService component, guiding you through its configuration options.Screenshot #

ModalService Methods #
| Name | Return type | Description | Added Version |
|---|---|---|---|
| ShowAsync(ModalOption modalOption) | Task | ||
| ShowAsync(ModalOption modalOption, Action callbackAction) | Task |
ModalOption Properties #
| Name | Type | Default | Required | Description | Added Version |
|---|---|---|---|---|---|
| FooterButtonColor | ButtonColor | null | |||
| FooterButtonCSSClass | string | null | |||
| FooterButtonText | string | null | |||
| IsVerticallyCentered | bool | null | |||
| Message | string | null | |||
| ShowFooterButton | bool | null | |||
| Size | ModalSize | null | |||
| Title | string | null | |||
| Type | ModalType | null |