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