c# - How to add resource files to CefSharp.Wpf as string -


i have c# wpf project, in want display web view chromium cefsharp.wpf.

the content of webview should loaded sql database.

i can display html page loadhtml(html, url).

but how can load resourcefiles (styles or scripts) string?

example: loadresource(data, "./styles.css")


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -