【发布时间】:2020-07-31 06:46:17
【问题描述】:
我从未遇到过这样的问题,但它显示为路由的一部分,如果我手动输入路由,则结果为404。
如果我从 swagger 复制 %E2%80%8B 出现。
我该如何解决这个问题?
.Net Core 2.1
http://localhost/functionCodes/%E2%80%8Btest - 有效
http://localhost/functionCodes/test - 404
【问题讨论】:
标签: .net asp.net-core url whitespace