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