public override ActionResult Render(string path) { if (IsFile(path)) { return(new FilePathResult(MapPath(path), mimeHelper.GetMimeType(path))); } return(new HttpNotFoundResult()); }