The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

RoutingStateMixins Class

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>(RoutingState) T
Locate the first ViewModel in the stack that matches a certain Type.
static
GetCurrentViewModel(RoutingState) IRoutableViewModel
Returns the currently visible ViewModel.
static

Extension Methods

Name Value Summary
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.