DD4T: Passing additional view data to Component Presentations

In vanilla ASP.NET MVC, the RenderAction helper gives you a tool for passing route parameters to a child action in the form of the routeValues parameter. In DD4T, however, the RenderAction call is abstracted away behind the IComponentPresentationRenderer... Read the full text.