System.ArgumentException:“There is an incomplete parameter in the route template. Check that each ‘{

在.net 5 中创建API时,Configure中的endpoints.MapControllers();报错

System.ArgumentException:“There is an incomplete parameter in the route template. Check that each ‘{’ character has a matching ‘}’ character. Arg_ParamName_Name”

System.ArgumentException:“There is an incomplete parameter in the route template. Check that each ‘{_第1张图片

这个主要是细节做的不到位,在控制器中检查一下是否漏了什么
System.ArgumentException:“There is an incomplete parameter in the route template. Check that each ‘{_第2张图片
我的这里少了一个花括号导致了这个错误。加上花括号就好了。
太粗心了,下次注意点。

你可能感兴趣的:(C#,.NET,core,API,linux,前端,javascript)