Summary
Extension methods associated with the RoutingState class.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["RoutingStateMixins"]
class Type type-node
Syntax
public static class RoutingStateMixins
Methods
Name | Value | Summary |
---|---|---|
FindViewModelInStack |
T |
Locate the first ViewModel in the stack that matches a certain Type.
static
|
GetCurrentViewModel |
IRoutableViewModel |
Returns the currently visible ViewModel.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|