且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IhttpActionResult的ASP.NET Core Web Api错误

更新时间:2021-08-22 23:02:56

您需要使用 IActionResult ,而不是 IHttpActionResult .

Core中不存在 IHttpActionResult 接口,它在较旧的Web API项目中使用.

The IHttpActionResult interface does not exist in Core, it's used in older Web API projects.