docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

.NET MAUI 9: BlazorWebView back compatibility switch to use 0.0.0.0

Open davidbritch opened this issue 6 months ago • 0 comments

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

davidbritch avatar Aug 07 '24 15:08 davidbritch