Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
DisplayName | Gets the short name displayed on menus. |
![]() |
Image | Gets the image to be displayed on the menu and overlaid on run button. |
![]() |
Name | Gets the unlocalized ID of the browser. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Browse | Causes the browser to display the specified URL. |
Top