C# Class ReactiveUI.RoutedViewHost

RoutedViewHost is a ReactiveNavigationController that monitors its RoutingState and keeps the navigation stack in line with it.
Inheritance: ReactiveNavigationController
Exibir arquivo 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_oe static_oe property

public static DependencyProperty DefaultContentProperty
return DependencyProperty

RouterProperty public_oe static_oe property

public static DependencyProperty RouterProperty
return DependencyProperty

ViewContractObservableProperty public_oe static_oe property

public static DependencyProperty ViewContractObservableProperty
return DependencyProperty