Class Browser
Implementation that opens the system's default browser
Inheritance
object
Browser
Implements
Namespace: i5.Toolkit.Core.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class Browser : IBrowser
Methods
OpenURL(string)
Opens the provided URL in the system's default browser
Declaration
public void OpenURL(string url)
Parameters
Type | Name | Description |
---|---|---|
string | url | The url to open |