Interface IBrowser
Contract which defines the capabilities of a browser
Namespace: i5.Toolkit.Core.Utilities
Assembly: cs.temp.dll.dll
Syntax
public interface IBrowser
Methods
OpenURL(String)
Opens the given URL in a browser
Declaration
void OpenURL(string url)
Parameters
Type | Name | Description |
---|---|---|
String | url | The URL to open |