public ActionResult TestBlob(string name) { BlobStorageService svBlob = new BlobStorageService(); svBlob.DeleteBlobInDir(name); ViewBag.Path = "Success"; ViewBag.Exist = true; return(View()); }