Method CurrentPathStartsWith
CurrentPathStartsWith<TRootViewModel>(IConcreteRootRoutePart<TRootViewModel>, IConcreteChildRoutePart<TRootViewModel>)
Determines whether the current route path starts with the same path as the specified route.
Declaration
bool CurrentPathStartsWith<TRootViewModel>(IConcreteRootRoutePart<TRootViewModel> rootRoutePart, IConcreteChildRoutePart<TRootViewModel> childRoutePart) where TRootViewModel : class
Parameters
Returns
Type Parameters
| Name |
Description |
| TRootViewModel |
|
CurrentPathStartsWith<TRootViewModel, TChildViewModel1>(IConcreteRootRoutePart<TRootViewModel>, IConcreteChildRoutePart<TRootViewModel, TChildViewModel1>, IConcreteChildRoutePart<TChildViewModel1>)
Determines whether the current route path starts with the same path as the specified route.
Declaration
bool CurrentPathStartsWith<TRootViewModel, TChildViewModel1>(IConcreteRootRoutePart<TRootViewModel> rootRoutePart, IConcreteChildRoutePart<TRootViewModel, TChildViewModel1> childRoutePart1, IConcreteChildRoutePart<TChildViewModel1> childRoutePart2) where TRootViewModel : class where TChildViewModel1 : class
Parameters
Returns
Type Parameters
| Name |
Description |
| TRootViewModel |
|
| TChildViewModel1 |
|
CurrentPathStartsWith<TRootViewModel, TChildViewModel1, TChildViewModel2>(IConcreteRootRoutePart<TRootViewModel>, IConcreteChildRoutePart<TRootViewModel, TChildViewModel1>, IConcreteChildRoutePart<TChildViewModel1, TChildViewModel2>, IConcreteChildRoutePart<TChildViewModel2>)
Determines whether the current route path starts with the same path as the specified route.
Declaration
bool CurrentPathStartsWith<TRootViewModel, TChildViewModel1, TChildViewModel2>(IConcreteRootRoutePart<TRootViewModel> rootRoutePart, IConcreteChildRoutePart<TRootViewModel, TChildViewModel1> childRoutePart1, IConcreteChildRoutePart<TChildViewModel1, TChildViewModel2> childRoutePart2, IConcreteChildRoutePart<TChildViewModel2> childRoutePart3) where TRootViewModel : class where TChildViewModel1 : class where TChildViewModel2 : class
Parameters
Returns
Type Parameters
| Name |
Description |
| TRootViewModel |
|
| TChildViewModel1 |
|
| TChildViewModel2 |
|