IApiExplorer Interface
Defines the interface for getting a collection of ApiDescription.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IApiExplorer
'Usage
Dim instance As IApiExplorer
public interface IApiExplorer
public interface class IApiExplorer
type IApiExplorer = interface end
public interface IApiExplorer
The IApiExplorer type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApiDescriptions | Gets the API descriptions. |
Top