RoutedViewHost class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.RoutedViewHost
Modifiers: public
Summary¶
This is a NavigationPage that serves as a router.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class RoutedViewHost
class NavigationPage
NavigationPage <|-- RoutedViewHost
class IActivatableView {
<>
}
IActivatableView <|.. RoutedViewHost
class IEnableLogger {
<>
}
IEnableLogger <|.. RoutedViewHost
Inherits from: NavigationPage
Implements: IActivatableView, IEnableLogger
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [RoutedViewHost](# class. |
Properties¶
| Name | Summary |
|---|---|
| Router | Gets or sets the [RoutingState](# of the view model stack. |
Fields¶
| Name | Summary |
|---|---|
| static RouterProperty | The router bindable property. |
Methods¶
| Name | Summary |
|---|---|
| PageForViewModel | Pages for view model. |
Inherited members
See also¶
Xamarin.Forms.NavigationPage- ReactiveUI.IActivatableView