コード例 #1
0
        public ActionResult TestBlob(string name)
        {
            BlobStorageService svBlob = new BlobStorageService();

            svBlob.DeleteBlobInDir(name);
            ViewBag.Path  = "Success";
            ViewBag.Exist = true;

            return(View());
        }