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 |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|