Hello,
I have a WCF service which will transfer content of html to client side. The html may have external stylesheets, javascript and some images too. I have a webbrowser control which is supposed to display the tranferred html. Because I do not want to parse
HTML, I want to ask WCF for this additional files (stylesheet, javascript) when html is loading. I am wondering is there an method of webbrowser that will got fired when it is loading stylesheets and javascript (thus I can construct the method to ask WCF for
the file instead)
Thanks,
Cicely
Go to the complete details ...