Table of Contents

Method OpenUrl

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OpenUrl(string)

Opens url in the default browser.

public static bool OpenUrl(string url)

Parameters

url string

Url to open.

Returns

bool

true if operation is successful; false otherwise.