Click or drag to resize
UtilitiesLaunchHyperlink Method
Launch the user's browser to a hyperlink. This function traps exceptions and notifies the user via UI dialog.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool LaunchHyperlink(
	string sURL
)

Parameters

sURL
Type: SystemString
The URL to ShellExecute.

Return Value

Type: Boolean
TRUE if the ShellExecute call succeeded.
See Also