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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -