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

ViewLocator Class

Summary

Helper class which will get the currently registered IViewLocator interface inside the Splat dependency injection container.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["ViewLocator"] class Type type-node

Syntax

public static class ViewLocator

Properties

Name Value Summary
Current IViewLocator
Gets the currently registered IViewLocator interface.
static

Extension Methods

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