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 |