N
Nabor Gilgalad
Hello Newsgroup,
I have a simple question I think, but after a long time searching, get
no answer.
I want to get the original html source code from a page loaded in the
AxWebBrowser Control.
At the Moment i use this code:
IHTMLDocument3 htmlDoc3 = new HTMLDocumentClass();
htmlDoc3 = (IHTMLDocument3) browser01.Document;
String inHTML = htmlDoc3.documentElement.innerHTML.ToString();
But the HTML code in inHTML is not the original source code.
It seems to be parsed and analysed HTML without quots and other thinks
that look bad.
It can't be that there ist no other method to get the original source
code of a web page.
Can somebody help me?
Regards Nabor
I have a simple question I think, but after a long time searching, get
no answer.
I want to get the original html source code from a page loaded in the
AxWebBrowser Control.
At the Moment i use this code:
IHTMLDocument3 htmlDoc3 = new HTMLDocumentClass();
htmlDoc3 = (IHTMLDocument3) browser01.Document;
String inHTML = htmlDoc3.documentElement.innerHTML.ToString();
But the HTML code in inHTML is not the original source code.
It seems to be parsed and analysed HTML without quots and other thinks
that look bad.
It can't be that there ist no other method to get the original source
code of a web page.
Can somebody help me?
Regards Nabor