c# - Extract Html content using silverlight -


I am trying to extract HTML content using Silverlight. I would like to apply my application object to any HTML page The user has to be enabled and when he clicks on the button in which the page content is removed

You can use any HTML content from any site.

  WebClient Client = new webclient (); String html = client DownloadString ("http://www.msn.com");    

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -