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
Below are all properties, methods, and events of Frame that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
Not implemented events
Last updated Wednesday, 10 December 2025 23:56.