asp.net mvc - Render Partial View from Area in MVC -
i have main mvc application wherein have few areas, instance sales , marketing. these 2 areas separated in 2 different mvc applications. possible render partial views these 2 areas main mvc application?
you specify full location of view when rendering inside main view can this
@html.partial("/areas/user/views/somecontroller/sales.ascx")
@html.partial("/areas/user/views/somecontroller/marketing.ascx")
Comments
Post a Comment