Class Browser
Implementation that opens the system's default 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 |