开发者

MVC 2 JSON equivalent to FormCollection

开发者 https://www.devze.com 2023-01-11 14:46 出处:网络
Is there a JSON equivalent f开发者_运维百科or FormCollection form as a POST action parameter?I have a dynamically generated number of fields that I need to post back via JSON.You can simply serialize

Is there a JSON equivalent f开发者_运维百科or FormCollection form as a POST action parameter? I have a dynamically generated number of fields that I need to post back via JSON.


You can simply serialize a NameValueCollection from your FormCollection, using the new NameValueCollection(NameValueCollection) constructor. That is all a FormCollection is, after all.

0

精彩评论

暂无评论...
验证码 换一张
取 消