The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDocumentationProvider.GetDocumentation Method
Namespace:
System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | GetDocumentation(HttpActionDescriptor) | Gets the documentation based on HttpActionDescriptor. |
![]() | GetDocumentation(HttpControllerDescriptor) | |
![]() | GetDocumentation(HttpParameterDescriptor) | Gets the documentation based on HttpParameterDescriptor. |
IDocumentationProvider.GetDocumentation Method (HttpActionDescriptor)
Gets the documentation based on HttpActionDescriptor.
Parameters
- actionDescriptor
-
Type:
System.Web.Http.Controllers.HttpActionDescriptor
The action descriptor.
IDocumentationProvider.GetDocumentation Method (HttpControllerDescriptor)
Parameters
- controllerDescriptor
- Type: System.Web.Http.Controllers.HttpControllerDescriptor
Return Value
Type: System.StringIDocumentationProvider.GetDocumentation Method (HttpParameterDescriptor)
Gets the documentation based on HttpParameterDescriptor.
Parameters
- parameterDescriptor
-
Type:
System.Web.Http.Controllers.HttpParameterDescriptor
The parameter descriptor.
Show:
