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
)
Public Shared Function SetNewActionOnQS (
rawURL As String,
newAct As String
) As String
Parameters
- rawURL
- Type: SystemString
The original URL. - newAct
- Type: SystemString
The new action ("act" parameter) value.
Return Value
Type:
StringThe update URL with the "act" parameter having the newly specified value.
See Also