Skip to content

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

NameDescription
TWindowThe type of the window.
TViewModelThe type of the ViewModel.

Parameters

NameTypeDescription
hostBuilderIHostBuilderThe host builder.

Returns: IHostBuilder -- The same instance of the IHostBuilder for chaining.