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.177 -- Release Build+17e3a8c30c12a6a5a57ad4af156d7b83be281c33
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