Class ViewLocator
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
Helper class which will get the currently registered IViewLocator interface inside the Splat dependency injection container.
- Inheritance
-
View
Locator
Properties
Current
Gets the currently registered IViewLocator interface.
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.