Access partial view's model in parent view
问题 I'm trying to access view model of a partial view in it's parent view (Home page) but, unable to do so! My scenerio: I have a partial view with it's own controller and view model. there are 3 lists being populated from DB in partial view's model: Countries, cities, and categories. I want to show categories on both partial view and it's parent with different pattern. Note: As the partial view is being used on other pages (views) also so, I can't put Categories in Home view model instead of