IBrowserProvider Interface
Applies to v2.
Represents extensions that provides browsers dynamically.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IBrowserProvider
'Usage
Dim instance As IBrowserProvider
public interface IBrowserProvider
public interface class IBrowserProvider
type IBrowserProvider = interface end
public interface IBrowserProvider
The IBrowserProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
Browsers | Gets the collection of browsers supplied by the provider. |
Top