I need a way to get all text from my aspx files. They may contain javascrip also but I only need this for the HTML code.
Basically I need to extract everything on Text or Value attributes, text within code, whatever...
开发者_运维技巧Is there any parser API available?
Cheers! Alex
As an alternative, you might consider playing with Linq to XML to strip the interesting stuff out.
精彩评论