C# Class ReactiveUI.RoutedViewHost

RoutedViewHost is a ReactiveNavigationController that monitors its RoutingState and keeps the navigation stack in line with it.
Inheritance: ReactiveNavigationController
Show file Open project: reactiveui/ReactiveUI

Public Properties

Property Type Description
DefaultContentProperty DependencyProperty
RouterProperty DependencyProperty
ViewContractObservableProperty DependencyProperty

Public Methods

Method Description
PopViewController ( bool animated ) : UIKit.UIViewController
PushViewController ( UIKit.UIViewController viewController, bool animated ) : void
RoutedViewHost ( ) : System

Private Methods

Method Description
ResolveView ( IRoutableViewModel viewModel, string contract ) : UIViewController

Method Details

PopViewController() public method

public PopViewController ( bool animated ) : UIKit.UIViewController
animated bool
return UIKit.UIViewController

PushViewController() public method

public PushViewController ( UIKit.UIViewController viewController, bool animated ) : void
viewController UIKit.UIViewController
animated bool
return void

RoutedViewHost() public method

public RoutedViewHost ( ) : System
return System

Property Details

DefaultContentProperty public static property

public static DependencyProperty DefaultContentProperty
return DependencyProperty

RouterProperty public static property

public static DependencyProperty RouterProperty
return DependencyProperty

ViewContractObservableProperty public static property

public static DependencyProperty ViewContractObservableProperty
return DependencyProperty