How do you access the current RouteData from View in .net MVC?

this.ViewContext.RouteData

should do the trick.