一个模式像 "{controller=home}/{action=index}/{id?}" 告诉ASP.NET Core 如果URL 以路径结尾 /MyController/MyAction/MyId123 ,它应该将请求分派(dispatch)到方法 ...
確定! 回上一頁