URLHelperNavigateInDefaultBrowser Method

Opens the user's default browser to the given URL.

Definition

Namespace: Gemstone.Net.Http
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
public static void NavigateInDefaultBrowser(
	string url
)

Parameters

url  String
The URL to navigate to in the user's browser.

Exceptions

SecurityExceptionThe input string is not a valid URL.
NotSupportedExceptionNavigation attempted on a platform other than Windows, Linux, or OSX.

See Also