IDialogService Members
Allows you to create and show dialogs in code.Methods
| Name | Description |
|---|---|
| AlertAsync(MessageBoxOptions, RenderFragment) | Shows an alert dialog (message box). |
| ConfirmAsync(MessageBoxOptions, RenderFragment) | Shows a confirmation dialog (message box). |
See Also