Convert FormCollection to JSON
Posted
by Max Fraser
on Stack Overflow
See other posts from Stack Overflow
or by Max Fraser
Published on 2009-08-04T17:44:34Z
Indexed on
2010/06/13
7:22 UTC
Read the original article
Hit count: 249
asp.net-mvc
|asp.net-ajax
I have:
Function SaveAnswers(ByVal collection As FormCollection) As ActionResult
End Funciton
And I want to turn collection to JSON, I thought there was a serializer to do this but can't seem to find it?
© Stack Overflow or respective owner