UtilitiesLaunchHyperlink Method |
Launch the user's browser to a hyperlink. This function traps exceptions and notifies the user via UI dialog.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool LaunchHyperlink(
string sURL
)
Public Shared Function LaunchHyperlink (
sURL As String
) As Boolean
public:
static bool LaunchHyperlink(
String^ sURL
)
Parameters
- sURL
- Type: SystemString
The URL to ShellExecute.
Return Value
Type:
BooleanTRUE if the ShellExecute call succeeded.
See Also