Skip to content

HostBuilderMixins.ConfigureCrissCrossForPageNavigation(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 ConfigureCrissCrossForPageNavigation<TWindow, TPage>(this IHostBuilder hostBuilder) where TWindow : Window, INavigationWindow where TPage : Page

Summary: Configures CrissSCross for Page Navigation.

Type parameters

NameDescription
TWindowThe type of the window.
TPageThe type of the page.

Parameters

NameTypeDescription
hostBuilderIHostBuilderThe host builder.

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