Abhijeet Panpatil

Abhijeet Panpatil

  • NA
  • 95
  • 19.5k

store json response data into variable

Mar 22 2018 4:11 AM
I have a link as follows:
 
http://104.211.243.204/?container=comedy-movies&blob=abhijeet.mp4
 
While using the Web API in C# I get the following result:
 
{ "url": "https://moviestarstorage.blob.core.windows.net/water/abhijeet.mp4" }
 
This is the URL of a video.
 
I want the content of the url in a variable so that I can directly play the video instead of getting the url.

Answers (4)