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
| Name | Description |
|---|---|
TWindow | The type of the window. |
TPage | The type of the page. |
Parameters
| Name | Type | Description |
|---|---|---|
hostBuilder | IHostBuilder | The host builder. |
Returns: IHostBuilder -- The same instance of the IHostBuilder for chaining.