XmlDocumentationProvider.GetDocumentation Method (HttpParameterDescriptor)
Gets the action parameter documentation based on an HttpParameterDescriptor.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Public Overridable Function GetDocumentation ( parameterDescriptor As HttpParameterDescriptor ) As String
Parameters
- parameterDescriptor
-
Type:
System.Web.Http.Controllers.HttpParameterDescriptor
The HttpParameterDescriptor identifying the action parameter.
Show: