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.
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