IAppContextNavigate Method (String, String, String) |
Causes a Redirect to the specified page.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void Navigate(
string mop,
string primaryKey,
string queryStringParams
)
Sub Navigate (
mop As String,
primaryKey As String,
queryStringParams As String
)
Parameters
- mop
- Type: SystemString
The MOP for the page. - primaryKey
- Type: SystemString
The primary key value for the request. - queryStringParams
- Type: SystemString
Additional QueryString (GET) parameters.
See Also