Ported from https://aspnet.codeplex.com/workitem/1113 (3 votes)
For consistency with Html.ActionLink<T> and Html.Form<T>, can we also have generic versions of Url.Action and RedirectToAction, i.e. Url.Action<T>(...) and RedirectToAction<T>(...)?
For consistency with Html.ActionLink<T> and Html.Form<T>, can we also have generic versions of Url.Action and RedirectToAction, i.e. Url.Action<T>(...) and RedirectToAction<T>(...)?