ApiExplorer Constructor (HttpConfiguration)

 

Initializes a new instance of the ApiExplorer class.

Namespace:   System.Web.Http.Description
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public ApiExplorer(
    HttpConfiguration configuration
)
public:
ApiExplorer(
    HttpConfiguration^ configuration
)
new : 
        configuration:HttpConfiguration -> ApiExplorer
Public Sub New (
    configuration As HttpConfiguration
)

Parameters

See Also

ApiExplorer Class
System.Web.Http.Description Namespace

Return to top