Hi,
How can I call webview.navigate method from view model ? If I am not following MVVM then I can write this thing from code behing like
webview.Navigate(new Uri("http://www.example.com", UriKind.RelativeOrAbsolute));
but i do not know how to write this line in View-Model.
Thanks.
shah
Hi also check these links please
Passing parameters to View-Model from View with command.
,
Usercontrol using MVVM