IDocumentationProvider Interface

 

Defines the provider responsible for documenting the service.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod GetDocumentation(HttpActionDescriptor)

Gets the documentation based on HttpActionDescriptor.

System_CAPS_pubmethod GetDocumentation(HttpControllerDescriptor)

System_CAPS_pubmethod GetDocumentation(HttpParameterDescriptor)

Gets the documentation based on HttpParameterDescriptor.

System_CAPS_pubmethod GetResponseDocumentation(HttpActionDescriptor)

See Also

System.Web.Http.Description Namespace

Return to top