Exemplo n.º 1
0
 public ActionResult Delete(string path)
 {
     tags.Delete(path);
     return(new HttpStatusCodeResult(HttpStatusCode.OK));
 }