Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines the provider responsible for documenting the service.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IDocumentationProvider
'Usage
Dim instance As IDocumentationProvider
public interface IDocumentationProvider
public interface class IDocumentationProvider
type IDocumentationProvider = interface end
public interface IDocumentationProvider
Methods
| Name | Description | |
|---|---|---|
![]() |
GetDocumentation(HttpActionDescriptor) | Gets the documentation based on HttpActionDescriptor. |
![]() |
GetDocumentation(HttpParameterDescriptor) | Gets the documentation based on HttpParameterDescriptor. |
Top
.jpeg)