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.
Gets the documentation based on HttpActionDescriptor.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Function GetDocumentation ( _
actionDescriptor As HttpActionDescriptor _
) As String
'Usage
Dim instance As IDocumentationProvider
Dim actionDescriptor As HttpActionDescriptor
Dim returnValue As String
returnValue = instance.GetDocumentation(actionDescriptor)
string GetDocumentation(
HttpActionDescriptor actionDescriptor
)
String^ GetDocumentation(
HttpActionDescriptor^ actionDescriptor
)
abstract GetDocumentation :
actionDescriptor:HttpActionDescriptor -> string
function GetDocumentation(
actionDescriptor : HttpActionDescriptor
) : String
Parameters
actionDescriptor
Type: System.Web.Http.Controllers.HttpActionDescriptorThe action descriptor.
Return Value
Type: System.String
The documentation for the controller.