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.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
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