XmlDocumentationProvider.GetDocumentation Method (HttpControllerDescriptor)

 

Gets the controller documentation based on an HttpControllerDescriptor.

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

Public Overridable Function GetDocumentation (
	controllerDescriptor As HttpControllerDescriptor
) As String

Parameters

controllerDescriptor
Type: System.Web.Http.Controllers.HttpControllerDescriptor

The HttpControllerDescriptor identifying the controller.

Return Value

Type: System.String

A String containing the documentation.

Return to top
Show: