IDocumentationProvider.GetDocumentation Method
Include Protected Members
Include Inherited Members
Gets the documentation for the controller.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetDocumentation(HttpActionDescriptor) | Gets the documentation based on HttpActionDescriptor. | |
GetDocumentation(HttpParameterDescriptor) | Gets the documentation based on HttpParameterDescriptor. |
Top