Interface IApiExplorer
- Namespace
- System.Web.Http.Description
- Assembly
- System.Web.Http.dll
Defines the interface for getting a collection of ApiDescription.
public interface IApiExplorer
Properties
ApiDescriptions
Gets the API descriptions.
Collection<ApiDescription> ApiDescriptions { get; }