如题,[RoutePrefix]在Controller上无法打出。
相关问题
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
- Should I use static function in c# where many call
在传统 ASP.NET 中有
[RoutePrefix("")]
,在 ASP.NET Core 中没有[RoutePrefix("")]
只有[Route("")]