ViewModelRoutedViewHost class¶
Defined in
Namespace: ReactiveMarbles.ViewModel.WinForms
Assembly: ReactiveMarbles.ViewModel.WinForms.dll
Full name: ReactiveMarbles.ViewModel.WinForms.ViewModelRoutedViewHost
Modifiers: public
Summary¶
ViewModelRoutedViewHost.
Applies to
net8.0-windows10.0.19041
Class hierarchy
classDiagram
class ViewModelRoutedViewHost
class UserControl
UserControl <|-- ViewModelRoutedViewHost
class IViewModelRoutedViewHost {
<>
}
IViewModelRoutedViewHost <|.. ViewModelRoutedViewHost
Inherits from: UserControl
Implements: IViewModelRoutedViewHost
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ViewModelRoutedViewHost](# class. |
Properties¶
| Name | Summary |
|---|---|
| NavigationStack | Gets the navigation stack. |
| CurrentViewModel | Gets the current view model. |
| CanNavigateBack | Gets or sets a value indicating whether [navigate back is enabled]. |
| CanNavigateBackObservable | Gets the can navigate back observable. |
| HostName | Gets or sets the name of the host. |
| NavigateBackIsEnabled | Gets or sets a value indicating whether [navigate back is enabled]. |
| Content | Gets or sets the content. |
| RequiresSetup | Gets a value indicating whether [requires setup]. |
Methods¶
| Name | Summary |
|---|---|
| ClearHistory | Clears the history. |
| Navigate | Navigates the ViewModel contract. |
| NavigateAndReset | Navigates and resets. |
| NavigateBack | Navigates back. |
| Setup | Setups this instance. |
| Dispose | Clean up any resources being used. |