Controls/WebView: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=WebView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/webview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=On Linux use '''WebKitGTK''' backend; sandbox/runtime packages required. | props= <tr><td>Source</td><td>?</td><td></td><td>URI/HTML/string</td></tr> <tr><td>CanGoBack</td><td>?</td><td></td><td>Navigation state</td></tr> <tr><td>CanGoForward</td><td>?</td><td></td><td>Navigation..." |
(No difference)
|
Latest revision as of 16:18, 17 October 2025
WebView
- Kind
- Control
- Microsoft Docs
- WebView documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- On Linux use WebKitGTK backend; sandbox/runtime packages required.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Source | ? | URI/HTML/string | |
| CanGoBack | ? | Navigation state | |
| CanGoForward | ? | Navigation state | |
| ZoomLevel | ? | If supported by backend | |
| Cookies | ? | Depends on backend |