[Solution found!] 使用基本控制器的File方法。 public ActionResult Image(string id) { var dir = Server.MapPath("/Images"); var path = Path.Combine(dir, id +…
確定! 回上一頁