会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
niuniuyouguo
博客园
首页
新随笔
联系
订阅
管理
2023年7月31日
.NET Core 随笔1:cshtml的 @page 路由模板
摘要: @page "{id:int}" 网址路由接受且只可接受int类型的id 例如:http://url/Movies/Details/id => https://localhost:7290/Movies/Details/1 若id为空,默认返回404 @page "{id:int?}" 网址路由可接
阅读全文
posted @ 2023-07-31 16:44 牛牛油果
阅读(89)
评论(0)
推荐(0)
编辑