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
Post a Comment