Launch the default web browser and open specified URL.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string OpenURL(
string URL
)
Parameters
- URL
- Type: SystemString
[Missing <param name="URL"/> documentation for "M:AppRobotic.API.OpenURL(System.String)"]
Return Value
Type:
StringReturns either a 'success' String, or the error message encountered as a String.
See Also