@{ RouteValueDictionary routeValues = Model.RouteValues; Html.RenderAction(routeValues["action"] as string, routeValues["controller"] as string, routeValues); }