Esempio n. 1
0
 public ActionResult Cancel(UrlViewModel model)
 {
     return(PartialView(downloadService.CancelLoading(model)));
 }