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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -