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.175 -- Release Build+70cfebd19f80455d07e1cf93607e59f6af0e38f4
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