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
- Inheritance
-
ViewLocator
Properties
Current
Gets the currently registered IViewLocator interface.
public static IViewLocator Current { get; }
Property Value
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.