public ActionResult SomeAction(string start, string end)
The framework will map the query string parameters to the method parameters.
public ActionResult SomeAction(string start, string end)
The framework will map the query string parameters to the method parameters.