Replies: 1 comment
-
*Update: Getting rid of the using statement fixed the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to run a simple test in a WPF application where I intercept a request from WebView2, via the "WebResourceRequested" event, and return the contents of a simple local static HTML file. For some reason, the HTML is not rendering at all. Here is my event handler:
Do I need to do anything with the file stream before feeding it to the response builder?
Beta Was this translation helpful? Give feedback.
All reactions