WebView.NavigateWithHttpRequestMessage
has wrong parameter type
#11099
Labels
area/webview
Categorizes an issue or PR as relevant to the WebView control
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/bug
Something isn't working
project/non-ui ⚙️
Categorizes an issue or PR as relevant to winrt (non-ui)
Current behavior
Parameter is of type
System.Net.Http.HttpRequestMessage
uno/src/Uno.UI/UI/Xaml/Controls/WebView/WebView.cs
Line 147 in a911ec8
Expected behavior
Parameter is of type
Windows.Web.Http.HttpRequestMessage
I added this to the breaking changes roundup issue #8339
The text was updated successfully, but these errors were encountered: