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.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
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