Get HTML element informations in .NET

Posted by martin.malek on Stack Overflow See other posts from Stack Overflow or by martin.malek
Published on 2009-09-02T15:33:42Z Indexed on 2010/06/18 3:03 UTC
Read the original article Hit count: 297

Filed under:
|
|

Hi,

I'm just thinking if there is any way how to get information about element in HTML in my .NET application. The input is HTML page and path to CSS files etc. I want to take e.g. H1 tag and found what will be the CSS for it. Is there any code or can I use IE and try to take this information from it automatically inside of my application?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about html