Search Results for

    Show / Hide Table of Contents

    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

    In This Article
    Back to top i5 Toolkit Documentation