Why does Request["parameterName"] returns null within the view? I know I can get it from the controller but I have to make a little check in the View. I am using ASP.NET MVC 3.
Why does Request[parameterName] returns null within the view? I know I can get it
Share
You can use the following:
See also:
When do Request.Params and Request.Form differ?