Table of Contents

Class ViewLocator

Namespace
ReactiveUI
Assembly
ReactiveUI.dll

Helper class which will get the currently registered IViewLocator interface inside the Splat dependency injection container.

public static class ViewLocator : Object
Inheritance
ViewLocator

Properties

Current

Gets the currently registered IViewLocator interface.

public static IViewLocator Current { get; }

Property Value

IViewLocator

Exceptions

Exception

If there is no IViewLocator registered. Can happen due to using your own DI container and don't rerun the DependencyResolverMixins.InitializeReactiveUI() method. Also can happen if you don't include all the NuGet packages.