Frame : ContentControl

Implemented for: WASM, Skia, Mobile

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

Implemented properties

Property Supported on
Type SourcePageType WASM, Skia, Mobile
bool IsNavigationStackEnabled WASM, Skia, Mobile
int CacheSize WASM, Skia, Mobile
IList BackStack WASM, Skia, Mobile
int BackStackDepth WASM, Skia, Mobile
bool CanGoBack WASM, Skia, Mobile
bool CanGoForward WASM, Skia, Mobile
Type CurrentSourcePageType WASM, Skia, Mobile
IList ForwardStack WASM, Skia, Mobile
DependencyProperty BackStackDepthProperty WASM, Skia, Mobile
DependencyProperty BackStackProperty WASM, Skia, Mobile
DependencyProperty CacheSizeProperty WASM, Skia, Mobile
DependencyProperty CanGoBackProperty WASM, Skia, Mobile
DependencyProperty CanGoForwardProperty WASM, Skia, Mobile
DependencyProperty CurrentSourcePageTypeProperty WASM, Skia, Mobile
DependencyProperty ForwardStackProperty WASM, Skia, Mobile
DependencyProperty IsNavigationStackEnabledProperty WASM, Skia, Mobile
DependencyProperty SourcePageTypeProperty WASM, Skia, Mobile

Implemented methods

Method Supported on
void GoBack() WASM, Skia, Mobile
void GoBack(NavigationTransitionInfo) WASM, Skia, Mobile
void GoForward() WASM, Skia, Mobile
bool Navigate(Type, object) WASM, Skia, Mobile
bool Navigate(Type, object, NavigationTransitionInfo) WASM, Skia, Mobile
bool NavigateToType(Type, object, FrameNavigationOptions) WASM, Skia, Mobile
string GetNavigationState() WASM, Skia, Mobile
void SetNavigationState(string) WASM, Skia, Mobile
void SetNavigationState(string, bool) WASM, Skia, Mobile
bool Navigate(Type) WASM, Skia, Mobile

Implemented events

Event Supported on
NavigatedEventHandler Navigated WASM, Skia, Mobile
NavigatingCancelEventHandler Navigating WASM, Skia, Mobile
NavigationFailedEventHandler NavigationFailed WASM, Skia, Mobile
NavigationStoppedEventHandler NavigationStopped WASM, Skia, Mobile

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

Not implemented properties

Property Not supported on
Type SourcePageType MacOS
bool IsNavigationStackEnabled MacOS
int CacheSize MacOS
IList BackStack MacOS
int BackStackDepth MacOS
bool CanGoBack MacOS
bool CanGoForward MacOS
Type CurrentSourcePageType MacOS
IList ForwardStack MacOS
DependencyProperty BackStackDepthProperty MacOS
DependencyProperty BackStackProperty MacOS
DependencyProperty CacheSizeProperty MacOS
DependencyProperty CanGoBackProperty MacOS
DependencyProperty CanGoForwardProperty MacOS
DependencyProperty CurrentSourcePageTypeProperty MacOS
DependencyProperty ForwardStackProperty MacOS
DependencyProperty IsNavigationStackEnabledProperty MacOS
DependencyProperty SourcePageTypeProperty MacOS

Not implemented methods

Method Not supported on
void GoBack() MacOS
void GoBack(NavigationTransitionInfo) MacOS
void GoForward() MacOS
bool Navigate(Type, object) MacOS
bool Navigate(Type, object, NavigationTransitionInfo) MacOS
bool NavigateToType(Type, object, FrameNavigationOptions) MacOS
string GetNavigationState() MacOS
void SetNavigationState(string) MacOS
void SetNavigationState(string, bool) MacOS
bool Navigate(Type) MacOS

Not implemented events

Event Not supported on
NavigatedEventHandler Navigated MacOS
NavigatingCancelEventHandler Navigating MacOS
NavigationFailedEventHandler NavigationFailed MacOS
NavigationStoppedEventHandler NavigationStopped MacOS

Last updated Monday, 14 April 2025 02:07.