I have recently been creating a class library that many MVC web applications are going to reference, and I wanted those applications to be able
Sometimes it is useful to have a reusable custom action filter, for example for checking user authorisation to access part of the application. I would
Here is a nice easy way to get the individual parameter values from the URL, returning either a NameValueCollection (System.Collections.Specialized.NameValueCollection HttpRequestBase.QueryString) of all parameters in the