DanWang Blog

“System.Web.Mvc.Controller.File(byte[], string)”是一个“方法”,这在给定的上下文中无效

csdn地址

if(System.IO.File.Exists(path))  
{  
    System.IO.File.Delete(path);  
}