Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I did code to read a remote web page..and the code is.

C#
HtmlWeb web1 = new HtmlWeb();
       HtmlDocument doc = web1.Load(URL);


when i expend doc i found Nodesid. i m wondering what is it.. can i fill a dictonary<> with it.


thank you ....
Posted
Updated 2-Aug-13 23:46pm
v2

1 solution

See http://msdn.microsoft.com/en-us/library/system.windows.forms.htmldocument.aspx[^]. Also try to reword your question to something more meaningful.
 
Share this answer
 
Comments
Thomas Daniels 3-Aug-13 8:24am    
Reason for my vote of 1: the 'HtmlDocument' used in the question is NOT System.Windows.Forms.HtmlDocument, but HtmlAgilityPack.HtmlDocument (I know that because there's no 'HtmlWeb' class in Winforms).
[no name] 3-Aug-13 8:37am    
Yes, it's not really a solution (getting bored of Googling for all these lazy so-and-sos). But then OP's post is not really a question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900