Interface IRoutedViewModel<TParam>
Represents a view model that is navigated to using a parameterized route part.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IRoutedViewModel<TParam> : IRoutedViewModelBase where TParam : notnull
Type Parameters
| Name | Description |
|---|---|
| TParam | The type of parameter (or parameters tuple, if there are multiple parameters). |
Remarks
See IRoutedViewModelBase for available navigation members that can be implemented by view models.