admin管理员组

文章数量:1123362

Hello I'm really new in c#. I've got the following problem, I'm using ah WebView2 in my wpf application, to show my webContent like HTML, CSS, JavaScript.

I've created a folder with these files and subfolders for images and other HTML files. And make these as EmbeddedResource.

How is it possible, to extract these folder into a memoryStream , maybe a virtual space like the temp folder on HDD..

And use that virtual space for to load my WebView2 content?

Thanks for your help

本文标签: virtualC WebView2extract embedded files to memory streamStack Overflow