我有一个actionresult方法,该方法接受字符串作为参数,但是每当我使用url查询该方法时,该参数始终为null。
abc
是路由中id的值。
但是当我查看堆栈跟踪时,我看不到方法接受任何值。
http://localhost:47268/admin/AllQuarterEvent/abc
public IActionResult AllQuarterEventByMap(string map)
{
return View(_staffMethods.GetQuarterEventsByMap(map));
}
答案 0 :(得分:1)
请尝试以下解决方案:
{{ toYaml .Values.pod.resources | trim | indent 6 }}