Method | Description | |
---|---|---|
GetParameters ( System.Web.HttpRequestBase request ) : string>.Dictionary |
||
Initialize ( MXApplication theApp ) : void | ||
Navigate ( string url, System.Web.HttpRequestBase request ) : void | ||
Redirect ( string url ) : void |
Method | Description | |
---|---|---|
MXWebkitContainer ( MXApplication theApp ) : System | ||
OnControllerLoadComplete ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void | ||
SetModelFromParameters ( string url, string>.Dictionary |
||
SetPropertyOnModel ( string parameter, object model, string value ) : void |
Method | Description | |
---|---|---|
MXWebkitContainer ( ) : System |
public static GetParameters ( System.Web.HttpRequestBase request ) : string>.Dictionary |
||
request | System.Web.HttpRequestBase | |
return | string>.Dictionary |
public static Initialize ( MXApplication theApp ) : void | ||
theApp | MXApplication | |
return | void |
protected MXWebkitContainer ( MXApplication theApp ) : System | ||
theApp | MXApplication | |
return | System |
public static Navigate ( string url, System.Web.HttpRequestBase request ) : void | ||
url | string | |
request | System.Web.HttpRequestBase | |
return | void |
protected OnControllerLoadComplete ( IMXView fromView, IMXController controller, MonoCross.Navigation.MXViewPerspective viewPerspective ) : void | ||
fromView | IMXView | |
controller | IMXController | |
viewPerspective | MonoCross.Navigation.MXViewPerspective | |
return | void |
protected static SetModelFromParameters ( string url, string>.Dictionary |
||
url | string | |
parameters | string>.Dictionary | |
return | void |
protected static SetPropertyOnModel ( string parameter, object model, string value ) : void | ||
parameter | string | |
model | object | |
value | string | |
return | void |