Method MapDialog
MapDialog<TViewModel>()
Maps a dialog view model type. Mapping dialogs is optional: any dialog view model can be shown without a mapping, and this method only exists to mirror application builders that register dialogs explicitly.
Declaration
public void MapDialog<TViewModel>() where TViewModel : class, IDialogViewModel
Type Parameters
| Name | Description |
|---|---|
| TViewModel |