asp.net html page retrieval
How to Get the Content In the Body section of a HTML page in asp.net
like
this is content
i just want the content 'this is content'..
and ho开发者_StackOverflow社区w to find all Images and .swf file in it?
Use StreamReader to read the content from file and then Use RegEx to split it and get the desired part.
精彩评论