XmlDocumentationProvider.GetDocumentation Method (HttpControllerDescriptor)
Gets the controller documentation based on an HttpControllerDescriptor.
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.
Show: