Table of Contents

Property Pages

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

Pages

Gets collection of all pages in the application. If application is not yet created, returns an empty collection. Uses Windows, Page, ModalStack, NavigationStack in order to get the result.

public static IEnumerable<Page> Pages { get; }

Property Value

IEnumerable<Page>