Hi all,
Is there any document about maxinum number of arguments we can pass to an action in ASP.net MVC?
Thanks!
Hi all,
Is there any document about maxinum number of arguments we can pass to an action in ASP.net MVC?
Thanks!
I suspect that there is no limit on the number of arguments - your main limitation wouild be the maximum HTML request/header lengths imposed by both the browser and server.