예제 #1
0
 public ActionResult ExtenderDereferance(string url)
 {
     try {
         return(new RedirectResult(Extender.Dereferance(url)));
     }
     catch (System.Collections.Generic.KeyNotFoundException) {
         return(NotFound("Error 404: This URL does not exist"));
     }
 }