Skip to content

RoutedViewHost class

Defined in

Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll Full name: ReactiveUI.XamForms.RoutedViewHost Modifiers: public

Summary

View source

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

NameSummary
.ctorInitializes a new instance of the [RoutedViewHost](# class.

Properties

NameSummary
RouterGets or sets the [RoutingState](# of the view model stack.

Fields

NameSummary
static RouterPropertyThe router bindable property.

Methods

NameSummary
PageForViewModelPages for view model.
Inherited members

See also