How can I enumerate through all the key/values of a FormCollection (system.web.mvc) in ASP.NET MVC?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Here are 3 ways to do it specifically with a FormCollection object.
|
|||
|
|
|
|||||
|
|
And in VB.Net:
|
|||||
|
|
I use this:
hope it helps someone. |
|||
|
|
|
In .NET Framework 4.0, the code to use the ValueProvider is:
|
|||
|
|