Click or drag to resize
SessionuriContains Method
Returns true if the absolute request URI contains the specified string. Case-insensitive.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool uriContains(
	string sLookfor
)

Parameters

sLookfor
Type: SystemString
Case-insensitive string to find

Return Value

Type: Boolean
TRUE if the URI contains the string
See Also