Load a directory of resource files in WPF WebBrowser -
Load a directory of resource files in WPF WebBrowser -
i have directory of html files , images added resources in visual studio; these files link each other.
i can load 1 of them stream or string , load them webbrowser, if that, hyperlinks between files break, because document no longer knows it's in directory other files.
i don't want load files file:// urls on disk, because contain javascript; default ie blocks them running active content.
how load these files in wpf webbrowser?
wpf webbrowser-control shdocvw
Comments
Post a Comment