Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Controllers frequently need to access incoming data, such as query string values, form values, and parameters parsed from the incoming URL by the routing system. There are three main ways to access that data:
Extract it from a set of context objects.
Have the data passed as parameters to your action method.
Explicitly invoke the framework's model binding feature.