You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HttpCapabilitiesBase code example update (dotnet#5400)
The previous example created an error:
Cannot implicitly convert type 'System.Web.HttpBrowserCapabilitiesBase' to 'System.Web.HttpBrowserCapabilities'
The change to the example fixes that issue.
I have tested the code and it now works as expected. I hope that my understanding of the issue is correct and that this is the correct change to make.
0 commit comments