Method OpenUrl
OpenUrl(string)
Opens url in the default browser.
public static bool OpenUrl(string url)
Parameters
urlstringUrl to open.
Returns
- bool
trueif operation is successful;falseotherwise.
Opens url in the default browser.
public static bool OpenUrl(string url)
url stringUrl to open.
true if operation is successful; false otherwise.