Use the base controllers File method. public ActionResult Image(string id) { var dir = Server.MapPath("/Images"); var path = Path.Combine(dir, id + ...
確定! 回上一頁