gpt4 book ai didi

c# - 如何在 ASP .NET MVC View 中获取当前路由的 url 参数值

转载 作者:太空狗 更新时间:2023-10-29 22:07:26 25 4
gpt4 key购买 nike

例如我在页面 http://localhost:1338/category/category1?view=list&min-price=0&max-price=100

在我看来我想呈现某种形式

@using(Html.BeginForm("Action", "Controller", new RouteValueDictionary { { /*this is poblem place*/ } }, FormMethod.Get))
{
<!--Render some controls-->
<input type="submit" value="OK" />
}

我想要的是从当前页面链接获取view 参数值,用于构造表单获取请求。我试过但这没有帮助。

最佳答案

我找到了解决方案 in this thread

@(ViewContext.RouteData.Values["view"])

关于c# - 如何在 ASP .NET MVC View 中获取当前路由的 url 参数值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12266587/

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