Interface IRoutedView<TViewModel>
Represents a view that is associated with a view model and can be navigated to using a route.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IRoutedView<TViewModel> : IRoutedView where TViewModel : class, IRoutedViewModelBase
Type Parameters
Name | Description |
---|---|
TViewModel |
Properties
Name | Description |
---|---|
Model | Gets the view model associated with the view. |
Explicit Interface Implementations
Name | Description |
---|---|
IRoutedView.Model | Gets the view model associated with the view. |