SessionuriContains Method |
Returns true if the absolute request URI contains the specified string. Case-insensitive.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool uriContains(
string sLookfor
)
Public Function uriContains (
sLookfor As String
) As Boolean
public:
bool uriContains(
String^ sLookfor
)
Parameters
- sLookfor
- Type: SystemString
Case-insensitive string to find
Return Value
Type:
BooleanTRUE if the URI contains the string
See Also