Return a Special URL.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string GetUrl(
string sWhatUrl
)
Public Shared Function GetUrl (
sWhatUrl As String
) As String
public:
static String^ GetUrl(
String^ sWhatUrl
)
Parameters
- sWhatUrl
- Type: SystemString
String constant describing the URL to return. CASE-SENSITIVE!
Return Value
Type:
StringReturns target URL
See Also