Skip to content

DialogResult

MudBlazor-compatible result returned when a dialog closes.

true when the dialog was dismissed without confirming.

Payload returned by the dialog (null when canceled or no data).

CLR type of DialogResult.Data when known.

Create a canceled result.

Create a successful result with no payload.

Create a successful result carrying data.