Hi Experts, I'm trying to use C# to read information from a web page. It seems using Html Agility Pack http://htmlagilitypack.codeplex.com/ is a good option.
For example: this the page url: http://support.xbox.com/en-US/
I would like to get following information:
Section Article URL
Announcements New console? Here’s what you need to know. http://support.xbox.com/xbox-360/settings-and-initial-setup/console-setup-info
Announcements Video: Learn how to get connected to Xbox LIVE http://www.youtube.com/watch?v=7FtmjLxkq98&feature=player_profilepage
Billing and Subscriptions Turn off auto renewal or cancel membership /en-US/billing-and-subscriptions/subscription-management/cancel-xbox-live-gold-subscription
... ....
I'm new to coding, could you provide a sample code here?
View the full article











