Reputation: 863
How Can i use renderaction to render an action from inner Area in ASP.NET MVC 2.0?
Upvotes: 1
Views: 94
Reputation: 2411
<% Html.RenderAction("ActionName", "ControllerName", new {area="AreaName"}); %>