Frame : ContentControl

Implemented for: all platforms supported by Uno Platform

This document lists all properties, methods, and events of Frame that are currently implemented by the Uno Platform. See the WinUI and UWP documentation for detailed usage guidelines which all automatically apply to Uno Platform.

Implemented properties

Property Supported on
Type SourcePageType all platforms supported by Uno Platform
int CacheSize all platforms supported by Uno Platform
int BackStackDepth all platforms supported by Uno Platform
bool CanGoBack all platforms supported by Uno Platform
bool CanGoForward all platforms supported by Uno Platform
Type CurrentSourcePageType all platforms supported by Uno Platform
IList BackStack all platforms supported by Uno Platform
IList ForwardStack all platforms supported by Uno Platform
bool IsNavigationStackEnabled all platforms supported by Uno Platform
DependencyProperty BackStackDepthProperty all platforms supported by Uno Platform
DependencyProperty CacheSizeProperty all platforms supported by Uno Platform
DependencyProperty CanGoBackProperty all platforms supported by Uno Platform
DependencyProperty CanGoForwardProperty all platforms supported by Uno Platform
DependencyProperty CurrentSourcePageTypeProperty all platforms supported by Uno Platform
DependencyProperty SourcePageTypeProperty all platforms supported by Uno Platform
DependencyProperty BackStackProperty all platforms supported by Uno Platform
DependencyProperty ForwardStackProperty all platforms supported by Uno Platform
DependencyProperty IsNavigationStackEnabledProperty all platforms supported by Uno Platform

Implemented methods

Method Supported on
void GoBack() all platforms supported by Uno Platform
void GoForward() all platforms supported by Uno Platform
bool Navigate(Type, object) all platforms supported by Uno Platform
string GetNavigationState() all platforms supported by Uno Platform
void SetNavigationState(string) all platforms supported by Uno Platform
bool Navigate(Type, object, NavigationTransitionInfo) all platforms supported by Uno Platform
void GoBack(NavigationTransitionInfo) all platforms supported by Uno Platform
bool Navigate(Type) all platforms supported by Uno Platform

Implemented events

Event Supported on
NavigatedEventHandler Navigated all platforms supported by Uno Platform
NavigatingCancelEventHandler Navigating all platforms supported by Uno Platform
NavigationFailedEventHandler NavigationFailed all platforms supported by Uno Platform
NavigationStoppedEventHandler NavigationStopped all platforms supported by Uno Platform

Below are all properties, methods, and events of Frame that are not currently implemented in Uno.

Not implemented methods

Method Not supported on
void SetNavigationState(string, bool) all platforms supported by Uno Platform
bool NavigateToType(Type, object, FrameNavigationOptions) all platforms supported by Uno Platform

Last updated Friday, 03 November 2023 16:21.