XmlDocumentationProvider.GetResponseDocumentation Method (HttpActionDescriptor)

 

Gets the action response documentation based on an HttpActionDescriptor.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Description
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Public Overridable Function GetResponseDocumentation (
	actionDescriptor As HttpActionDescriptor
) As String

Parameters

actionDescriptor
Type: System.Web.Http.Controllers.HttpActionDescriptor

The HttpActionDescriptor identifying the controller action.

Return Value

Type: System.String

A String containing the documentation.

Return to top
Show: