XmlDocumentationProvider.GetDocumentation Method (HttpActionDescriptor)

 

Gets the controller action documentation based on an HttpActionDescriptor.

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

public virtual string GetDocumentation(
	HttpActionDescriptor actionDescriptor
)

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: