Click or drag to resize

EAPUtilSetNewActionOnQS Method

Set, or if already present, replace, the URL's "act" (action) parameter. The "act" parameter is used primarily in troubleshooting to determine the origin and intention of a request.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string SetNewActionOnQS(
	string rawURL,
	string newAct
)

Parameters

rawURL
Type: SystemString
The original URL.
newAct
Type: SystemString
The new action ("act" parameter) value.

Return Value

Type: String
The update URL with the "act" parameter having the newly specified value.
See Also