gpt4 book ai didi

asp.net-mvc - 带有问号的 MVC 路由段?

转载 作者:行者123 更新时间:2023-12-04 18:47:53 27 4
gpt4 key购买 nike

this article作者 Sam Saffron,他提到 Stack Overflow 有一条如下所示的路线:

questions/{id}/{title?} 

这是一个错字吗?这个问号有什么作用?

最佳答案

来自 http://maproutes.codeplex.com/ :

[Url("store/{category?}")]
public ActionResult Products(string category)
{
return View();
}

'?' sign at the end of {category?} parameter means that it's optional. UrlParameter.Optional will be a default value for it.

关于asp.net-mvc - 带有问号的 MVC 路由段?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11252650/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com