Consider i have a ContentPage1 and its respective ViewModel ContentPage1ViewModel.
In this ContentPAge1 i'm having a ContentView with Content ={Binding view}. This View i am dynamically changing from ContentPage1ViewModel.
In this case , TheContentPage1ViewModel knows about ContentView view in which the view property wil get changed.
Is this correct with respect to MVVM pattern. ??