C# Class ReactiveUI.RoutedViewHost

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

Méthodes publiques

Свойство Type Description
DefaultContentProperty DependencyProperty
RouterProperty DependencyProperty
ViewContractObservableProperty DependencyProperty

Méthodes publiques

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

Private Methods

Méthode Description
ResolveView ( IRoutableViewModel viewModel, string contract ) : UIViewController

Method Details

PopViewController() public méthode

public PopViewController ( bool animated ) : UIKit.UIViewController
animated bool
Résultat UIKit.UIViewController

PushViewController() public méthode

public PushViewController ( UIKit.UIViewController viewController, bool animated ) : void
viewController UIKit.UIViewController
animated bool
Résultat void

RoutedViewHost() public méthode

public RoutedViewHost ( ) : System
Résultat System

Property Details

DefaultContentProperty public_oe static_oe property

public static DependencyProperty DefaultContentProperty
Résultat DependencyProperty

RouterProperty public_oe static_oe property

public static DependencyProperty RouterProperty
Résultat DependencyProperty

ViewContractObservableProperty public_oe static_oe property

public static DependencyProperty ViewContractObservableProperty
Résultat DependencyProperty