AppContextNavigate Method (String, String, String, String, NavigateAttrs, 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 public void Navigate(
string mop,
string primaryKey,
string queryStringParams,
string requestType,
NavigateAttrs attrs,
string paramList
)
Public Sub Navigate (
mop As String,
primaryKey As String,
queryStringParams As String,
requestType As String,
attrs As NavigateAttrs,
paramList 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. - requestType
- Type: SystemString
The type of the request (by default this is "nav.") - attrs
- Type: NetQuarryNavigateAttrs
NavigateAttrs for the navigation request." - paramList
- Type: SystemString
A semi-colon separated list of param names to take from the current query string to add to the navigation querystring.
Implements
IAppContextNavigate(String, String, String, String, NavigateAttrs, String)See Also