Skip to content

fabiand93/WhereDoesThisLinkGo

 
 

Repository files navigation

WhereDoesThisLinkGo?!

ASP .NET MVC 4 application that takes a shortened URL and displays the final destination.

Usage

Enter the shortened URL into the text field and submit.

Go to wheredoesthislinkgo.com for a live implementation.

Code

//using System.Net
var request = (HttpWebRequest)WebRequest.Create(url);
var response = (HttpWebResponse)request.GetResponse();
return response.ResponseUri;    

Copyright

Copyright (c) 2012 Robert Greiner. See LICENSE for details.

About

Shortened URL Expander

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.3%
  • C# 22.3%
  • HTML 10.1%
  • ASP.NET 0.3%