DialogResult
MudBlazor-compatible result returned when a dialog closes.
Properties
Section titled “Properties”Canceled
Section titled “Canceled”true when the dialog was dismissed without confirming.
Payload returned by the dialog (null when canceled or no data).
DataType
Section titled “DataType”CLR type of DialogResult.Data when known.
Methods
Section titled “Methods”Cancel()
Section titled “Cancel()”Create a canceled result.
Create a successful result with no payload.
Ok<T>(T)
Section titled “Ok<T>(T)”Create a successful result carrying data.