gpt4 book ai didi

asp.net-mvc - ASP.Net 5 中缺少 FormCollections

转载 作者:行者123 更新时间:2023-12-04 13:59:10 24 4
gpt4 key购买 nike

System.Web.Mvc 中的 FormCollections 发生了什么?过去我会使用这样的string value = data.GetValues(key).FirstOrDefault();其中数据是一个表单集合。现在,当我尝试实现 FormCollection 时,它来自 Microsoft.AspNet.Http.Internal .其中不包含 GetValues 方法。

我目前正在使用 MVC 的 beta 8。

最佳答案

似乎表单集合现在由接口(interface) IFormCollection 表示继承自 IReadableStringCollection 它可以在 http 请求中传递的表单集合中的键和值上进行枚举。它还可以用于通过索引获取键的值:

var myValues = this.Request.Form[someKey];

关于asp.net-mvc - ASP.Net 5 中缺少 FormCollections,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33178613/

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