If I want to directly access the RouteData (the current action or parameter values for example) from the View, rather than having to pass it in fro
RouteData
View
this.ViewContext.RouteData
should do the trick.