Click or drag to resize

AppContext.Navigate Method (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
public void Navigate(
	string mop,
	string primaryKey
)

Parameters

mop
Type: System.String
The MOP for the page.
primaryKey
Type: System.String
The primary key value for the request.

Implements

IAppContext.Navigate(String, String)
See Also