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
Post a Comment