Click or drag to resize

NavigateAttrs Enumeration

Specifies different behavior for the NavigateNavigate(String, String, String, String, NavigateAttrs, String) method on the AppContext object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum NavigateAttrs
Members
  Member nameValueDescription
IncludeStandardParameters1 Include standard navigation parameters in new navigation. The navigation will automatically include any standard navigation parameters from the current query string into the query string used for navigation.
Popup2Navigation should be performed to a new popup window.
AddPopupParams4Standard popup parameters should be added to the query string used for navigation.
See Also