MVC framework use for mobile as well as for other windows application hwer i will provide you the information about Mobile MVC framework, Mobile MVC framework updated the framework to handle the scenario of passing data between different controllers: the Controller class implements two new methods:
Code:
public void Initialize(params object[] parameters)
and:
protected virtual void OnInitialize(params object[] parameters)
The NavigationService class has also been updated to support passing the parameters to its NavigateMethod:
Code:
public static void Navigate(string name, params object[] parameters)
public static void Navigate(Controller controller, params object[] parameters)
Bookmarks