我可以将 JSONResult 转换为 C# 中的 IEnumerable 列表吗
我有一个发送 JSONResult 的函数,现在我想在 C# 中使用该函数并将该 JSONResult 转换为 IEnumerable,以便我可以迭代该结果并将该数据传递给 SelectList 函数。我可以这样做吗?如何做?我使用 Asp.Net MVC、JQuery 和 C#
I have a function that send a JSONResult, Now i want to use that function in C# and convert that JSONResult to IEnumerable so i can iterate on that result and pass that data to a SelectList function. Can i do this and how? Im using Asp.Net MVC, JQuery and C#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不呢:
而且你正在重用一切。
why not:
and you are reusing everything.
也可以通过这种方式进行。
Also it can be done in this way.