IBrowser Interface

Applies to v2.

Represents an interface implemented by each browser supplied by an extension.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface IBrowser
'Usage
Dim instance As IBrowser
public interface IBrowser
public interface class IBrowser
type IBrowser =  interface end
public interface IBrowser

The IBrowser type exposes the following members.

Properties

  Name Description
Public property DisplayName Gets the short name displayed on menus.
Public property Image Gets the image to be displayed on the menu and overlaid on run button.
Public property Name Gets the unlocalized ID of the browser.

Top

Methods

  Name Description
Public method Browse Causes the browser to display the specified URL.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace