HostBuilderMixins.ConfigureCrissCrossForViewModelNavigation(IHostBuilder) method¶
Defined in
Type: HostBuilderMixins
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public static IHostBuilder ConfigureCrissCrossForViewModelNavigation<TWindow, TViewModel>(this IHostBuilder hostBuilder) where TWindow : NavigationWindow where TViewModel : class, IRxObject, new()
Summary: Configures the criss cross for view model navigation.
Type parameters
| Name | Description |
|---|---|
TWindow | The type of the window. |
TViewModel | The type of the ViewModel. |
Parameters
| Name | Type | Description |
|---|---|---|
hostBuilder | IHostBuilder | The host builder. |
Returns: IHostBuilder -- The same instance of the IHostBuilder for chaining.