In the action for a PartialView, I\'d like to know the RouteData associated with the Parent Action.
This partial view is part of my masterpage template, and I\'d like fo
--edit--
It looks like off of the ControllerContext (from which ViewContext derives) you can get the ParentActionViewContext:
ViewContext.ParentActionViewContext.RouteData["controller"]