Class RouteBase<TParam, TViewModel>
Represents a route with parameters that can be navigated to.
Inheritance
RouteBase<TParam, TViewModel>
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public abstract class RouteBase<TParam, TViewModel> : RouteBase where TParam : notnull where TViewModel : class, IRoutedViewModel<TParam>
Type Parameters
Name | Description |
---|---|
TParam | |
TViewModel |