C# code to fetch all attributes of an element
-
I am working with C# windows application. I have html source, which im converting to html element collection. I am parsing through each element and i want to get all attributes of particular element. For eg: I want to dynamically fetch all the attributes of the above element like id, name, class. Please help me on this.
-
I am working with C# windows application. I have html source, which im converting to html element collection. I am parsing through each element and i want to get all attributes of particular element. For eg: I want to dynamically fetch all the attributes of the above element like id, name, class. Please help me on this.
See http://msdn.microsoft.com/en-us/library/microsoft.exchange.data.textconverters.htmlreader(v=exchg.150).aspx[^] and possibly also http://msdn.microsoft.com/en-us/library/cc189056(v=vs.95).aspx[^].
Veni, vidi, abiit domum
-
I am working with C# windows application. I have html source, which im converting to html element collection. I am parsing through each element and i want to get all attributes of particular element. For eg: I want to dynamically fetch all the attributes of the above element like id, name, class. Please help me on this.
Please do not croos-post... http://www.codeproject.com/Forums/1649/Csharp.aspx?fid=1649&tid=4696240[^]
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is (V).