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

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -