【发布时间】:2019-10-17 00:43:20
【问题描述】:
在安装 Microsoft.AspNetCore.Mvc.2.2.0 nuget 之前,仅安装 asp.net core 3.0 (netcoreapp3.0) 且无法使用 3.0 版 nuget 之前,IModelBinder 无法被识别和编译。
在 asp.net core 3.0 应用程序中包含 2.2.0 nuget 可以吗? 还是我错过了什么。
【问题讨论】:
标签: asp.net-core-3.0 custom-model-binder