Using Xamarin Forms & PCL
I saw a lot of examples and snippets About binding VM with View in the Page.Xaml
using this block
xmlns:prism="clr-namespace:Prism.Mvvm;assembly=Prism.Forms"
prism:ViewModelLocator.AutowireViewModel="True"
And what if I want to bind the view model within the page code behind (Page.cs).