mvc 2 将参数作为查询字符串传递

发布于 2024-12-05 10:52:21 字数 512 浏览 4 评论 0原文

例如,如果我有一个带有 ActionResult videoInfo Home/VideoInfo 的控制器主页,它会弹出一个放置 id 的表单,然后单击按钮 getinfo 后,它会将我重定向到一个页面,其中显示有关视频的信息。 VideoInfo 是一个ActionResult。 该网址如下所示:Home/VideoInfo/21222,其中 21222 是 ID,此网址显示有关视频的一些信息。对于Id,我创建了一个模型:class Video,其属性为public int id {get;

如何我可以创建 URL home/VideoInfo?id=21222 并将我重定向到显示信息的页面?我想让它像一个查询字符串......,不是吗?

请需要帮助。谢谢

If I have for example a controller home with a ActionResult videoInfo Home/VideoInfo that pop up a form where put id and after clicking button getinfo it will redirect me to a page where info about a video are displayed. VideoInfo is an ActionResult.
The url look like: Home/VideoInfo/21222 where 21222 is the id and this url display some infos about a video. For the Id I have created a model : class Video with the property public int id {get; set}.

How can I make the url home/VideoInfo?id=21222 and redirect me to a page where info's are dispayed? make it like a querystring i guess..., no?

Need help pls. Thx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文