IMudDialogInstance
Cascaded handle a hosted dialog component uses to close or cancel itself.
Mirrors MudBlazor’s IMudDialogInstance so existing dialog components migrate unchanged.
Properties
Section titled “Properties”Title shown in the dialog header.
Methods
Section titled “Methods”Cancel()
Section titled “Cancel()”Close the dialog as canceled.
Close()
Section titled “Close()”Close the dialog with a successful, payload-less result.
Close(DialogResult)
Section titled “Close(DialogResult)”Close the dialog with the supplied result.