MVC, Filters, .Net, C#

Retrieving parameters from the query string in the URL in .Net

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