How to work with style element in WebBrowser control
-
Hi I have two questions regarding WebBrowser Control. Is there any way to control the class attributes of an html document in
WebBrowser
control? And once I have modified some html inside theWebBrowser
control's Document then when I am retrievingWebBrowser1.DocumentText
property, it is just showing the un-modified version, however, if a getWebBrowser1.Document.body.OuterHTML
property then it is displaying all the changes. How can I simply get the complete modified version of that page? Regards,MAP Tiger Tiger Softwares Software Designer and Developer VB.NET, ASP.NET, VFP
-
Hi I have two questions regarding WebBrowser Control. Is there any way to control the class attributes of an html document in
WebBrowser
control? And once I have modified some html inside theWebBrowser
control's Document then when I am retrievingWebBrowser1.DocumentText
property, it is just showing the un-modified version, however, if a getWebBrowser1.Document.body.OuterHTML
property then it is displaying all the changes. How can I simply get the complete modified version of that page? Regards,MAP Tiger Tiger Softwares Software Designer and Developer VB.NET, ASP.NET, VFP
-