Method Show
Declaration
Task<ConfirmResult> Show(string content, string title, ConfirmButtons confirmButtons, ConfirmIcon confirmIcon, ConfirmButtonOptions options, ConfirmAutoFocusButton? autoFocusButton = ConfirmAutoFocusButton.Ok)
Parameters
| Type |
Name |
Description |
| string |
content |
|
| string |
title |
|
| ConfirmButtons |
confirmButtons |
|
| ConfirmIcon |
confirmIcon |
|
| ConfirmButtonOptions |
options |
|
| ConfirmAutoFocusButton? |
autoFocusButton |
|
Returns
| Type |
Description |
| Task<ConfirmResult> |
|
Declaration
Task<ConfirmResult> Show(string content, string title, ConfirmButtons confirmButtons = ConfirmButtons.OKCancel, ConfirmIcon confirmIcon = ConfirmIcon.Info)
Parameters
| Type |
Name |
Description |
| string |
content |
|
| string |
title |
|
| ConfirmButtons |
confirmButtons |
|
| ConfirmIcon |
confirmIcon |
|
Returns
| Type |
Description |
| Task<ConfirmResult> |
|