Interface IScreen
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
IScreen represents any object that is hosting its own routing - usually this object is your AppViewModel or MainWindow object.
public interface IScreen
- Extension Methods
Properties
Router
Gets the Router associated with this Screen.
RoutingState Router { get; }