Table of Contents

Interface INavigationViewPageProvider

Namespace
Wpf.Ui.Abstractions
Assembly
Wpf.Ui.Abstractions.dll

Defines a service that provides pages for navigation.

public interface INavigationViewPageProvider
Extension Methods

Methods

GetPage(Type)

Retrieves a page of the specified type.

object? GetPage(Type pageType)

Parameters

pageType Type

The type of the page to retrieve.

Returns

object

An instance of the specified page type, or null if the page is not found.