Controls/BlazorWebView: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=BlazorWebView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/blazorwebview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Hosts Blazor components inside a MAUI view; depends on WebView backend. | props= <tr><td>HostPage</td><td>?</td><td></td><td>Root HTML page</td></tr> <tr><td>RootComponents</td><td>?</td><td></td><td>Blazor components collection</td></tr> <tr><td>Services</td><td>?</td..." |
(No difference)
|
Latest revision as of 15:37, 17 October 2025
BlazorWebView
- Kind
- Control
- Microsoft Docs
- BlazorWebView documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Hosts Blazor components inside a MAUI view; depends on WebView backend.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| HostPage | ? | Root HTML page | |
| RootComponents | ? | Blazor components collection | |
| Services | ? | DI service provider | |
| URLLoadingStrategy | ? | How URLs are handled |