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

python - PyInstaller UAC not working in onefile mode -

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -