Share via


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

public interface IApiExplorer
public interface class IApiExplorer
type IApiExplorer = interface end
Public Interface IApiExplorer

Properties

Name Description
System_CAPS_pubproperty ApiDescriptions

Gets the API descriptions.

See Also

System.Web.Http.Description Namespace

Return to top