Windows.UI.Xaml.Controls.Frame.CurrentSourcePageType

December 15, 2023 ยท View on GitHub

-description

Gets a type reference for the content that is currently displayed.

-property-value

A type reference for the content that is currently displayed.

-remarks

CurrentSourcePageType and SourcePageType are normally the same value. However, if the frame calls Navigate and the navigation is still in progress, the CurrentSourcePageType is the value before the navigation and the SourcePageType is the value being navigated to.

Tip

If you are programming using a Microsoft .NET language (C# or Microsoft Visual Basic), the TypeName type projects as System.Type. When programming using C#, it is common to use the typeof operator to get references to the System.Type of a type. In Microsoft Visual Basic, use GetType.

-examples

-see-also

Navigating, Page.OnNavigatingFrom