【发布时间】:2020-03-24 14:50:44
【问题描述】:
我无法使用 HttpPostedFileBase,因为我在控制器操作中的 HttpPostedFileBase 下有红色下划线。我该如何解决?
public IActionResult Add(TheMobileSuit themobilesuits, HttpPostedFileBase photo)
【问题讨论】:
-
我错过了什么??
-
你的意思是我应该将 HttpPostedFileBase 替换为 IFormFile??
-
欢迎来到 SO - 由于无用的文本,请删除上面的 cmets(请参阅:我该如何解决?)并复制(请参阅您对答案的评论)。
标签: c# image model-view-controller controller