asp.net-mvc 在后期操作中获取字典或如何将 FormCollection 转换为字典
有人知道如何将 FormCollection
转换为 IDictionary
或如何在后期操作中获取 IDictionary
吗?
anybody knows how to transform the FormCollection
into a IDictionary
or how to get a IDictionary
in the post action ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这只是 Omnu 代码的等价物,但对我来说似乎更优雅:
This is just an equivalent of Omnu's code, but it seems more elegant to me:
我是这样做的:
I did it like this:
在 .Net Core 上,这个对我有用。
On .Net Core this one worked for me.