Interface IDialogPresenter
Represents a presenter that can show dialogs. Implemented by both INavigator and IDialogNavigator (to show top-level and child dialogs, respectively).
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IDialogPresenter
Methods
| Name | Description |
|---|---|
| ShowDialogAsync(IDialogViewModel) | Shows a dialog with the specified view model and returns a task that completes when the dialog closes. |
| ShowDialogAsync<TResult>(IDialogViewModel<TResult>) | Shows a dialog with the specified view model and returns a task that completes with the dialog result when the dialog closes. |