asp.net核心路由参数始终为null

时间:2019-04-09 17:57:42

标签: asp.net asp.net-mvc routes core

我有一个actionresult方法,该方法接受字符串作为参数,但是每当我使用url查询该方法时,该参数始终为null。

abc是路由中id的值。 但是当我查看堆栈跟踪时,我看不到方法接受任何值。

http://localhost:47268/admin/AllQuarterEvent/abc

public IActionResult AllQuarterEventByMap(string map)
{
    return View(_staffMethods.GetQuarterEventsByMap(map));
}

1 个答案:

答案 0 :(得分:1)

请尝试以下解决方案:

{{ toYaml .Values.pod.resources | trim | indent 6 }}