Hi,
I'm having 2 mvc projects in a solution,
consider in A as one MVC project and here i've created a partial view as A_PartialView.
i wanted to access the A_Partial View from the another MVC project in the same solution.
can anyone help me on this
I'm having 2 mvc projects in a solution,
consider in A as one MVC project and here i've created a partial view as A_PartialView.
i wanted to access the A_Partial View from the another MVC project in the same solution.
can anyone help me on this
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sahil SharmaPosted Jun 27, 2018, 1:40 AM
It may be noted that partial view is html at the end, so it's better to create it in the same project and use.
Gajanan ChavhanPosted Jun 26, 2018, 11:54 PM