|
Subject:
|
grab the rendered source
|
|
Posted By:
|
baburman
|
Post Date:
|
11/1/2004 12:08:05 AM
|
I want to grab the rendered source programatically, exactly the one which the user can see by right cliking on the page and selecting 'view source' from the dropdown menu in IE. This i want to do in .NET Windows or console application. Is there a way out in the .NET framework? You can refer me any link(s) on the web if you wish. I'll greatly appreciate help in this regard.
thankyou
BaburMan
|
|
Reply By:
|
bmains
|
Reply Date:
|
11/1/2004 9:22:40 AM
|
Hey,
I think this is what you are talking about: http://www.dotnetjohn.com/articles.aspx?articleid=93.
Brian
|
|
Reply By:
|
baburman
|
Reply Date:
|
11/1/2004 11:40:20 PM
|
quote: Originally posted by bmains
Hey,
I think this is what you are talking about: http://www.dotnetjohn.com/articles.aspx?articleid=93.
Brian
Well, this is really a good help for me as for the screen scraping directly from the web is concerned. I hope it will be really useful at some other situation. Perhaps i couldn't correctly explain the problem. Let me explain it in some details. In fact there are two issues: 1- I want to add a menu option to the shortcut menu (of IE) which appears when a user right-clicks on a web page in the browser window. 2- My added menu option, when clicked, will grab the rendered source of that page and later on i will use this source for some other purposes, may be i will save it in a database and will show it off-line later on but this is not important. I guess we have to use windows APIs or may be there are specific namespaces for both of these purposes.
BaburMan
|