C# 클래스 ReactiveUI.RoutedViewHost

RoutedViewHost is a ReactiveNavigationController that monitors its RoutingState and keeps the navigation stack in line with it.
상속: ReactiveNavigationController
파일 보기 프로젝트 열기: reactiveui/ReactiveUI

공개 프로퍼티들

프로퍼티 타입 설명
DefaultContentProperty DependencyProperty
RouterProperty DependencyProperty
ViewContractObservableProperty DependencyProperty

공개 메소드들

메소드 설명
PopViewController ( bool animated ) : UIKit.UIViewController
PushViewController ( UIKit.UIViewController viewController, bool animated ) : void
RoutedViewHost ( ) : System

비공개 메소드들

메소드 설명
ResolveView ( IRoutableViewModel viewModel, string contract ) : UIViewController

메소드 상세

PopViewController() 공개 메소드

public PopViewController ( bool animated ) : UIKit.UIViewController
animated bool
리턴 UIKit.UIViewController

PushViewController() 공개 메소드

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

RoutedViewHost() 공개 메소드

public RoutedViewHost ( ) : System
리턴 System

프로퍼티 상세

DefaultContentProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty DefaultContentProperty
리턴 DependencyProperty

RouterProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty RouterProperty
리턴 DependencyProperty

ViewContractObservableProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty ViewContractObservableProperty
리턴 DependencyProperty