Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I get a link : http://www.mtv.com/artists/kirsten-arian/[^]

In page, there are one video.

How to get link this video follow "http://www.mtv.com/artists/kirsten-arian/">http://www.mtv.com/artists/kirsten-arian/". or other website.

Everyone asked: received response from website to sever. but I don't know how to do that?

I'm use c#.
C#
<pre lang="cs">var request = WebRequest.Create(videoInforUrl); Debug.WriteLine(request);
               var response = await request.GetResponseAsync(); Debug.WriteLine(response);
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900