asp.net 4.0 webforms 是否有 url 和表单数据绑定?

发布于 2024-09-11 01:43:04 字数 254 浏览 1 评论 0原文

我不知道这叫什么。如果知道它叫什么,您可以编辑这篇文章。

asp.net mvc 允许您执行此操作:

public ActionResult Index(FormCollection fc)
{
     Item.Add(fc);
     return View();
}

在 MVC 中,FormCollection 对象会自动填充相关数据,这很好。 asp.net webforms中有类似的东西吗?

I am not sure what this is called. If know know what it's called you can edit this post.

asp.net mvc allows you to do this:

public ActionResult Index(FormCollection fc)
{
     Item.Add(fc);
     return View();
}

It is nice that in MVC the FormCollection object is automatically populated with the relevant data. Is there anything like this in asp.net webforms?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文