docs-maui
docs-maui copied to clipboard
.NET MAUI 9: BlazorWebView back compatibility switch to use 0.0.0.0
In .NET MAUI 9, there's a back compatbility switch to use the 0.0.0.0 address:
/ Set this switch to use the LEGACY behavior of always using 0.0.0.0 to host BlazorWebView
AppContext.SetSwitch("BlazorWebView.AppHostAddressAlways0000", true);
More info: https://github.com/dotnet/maui/pull/23906