XmlDocumentationProvider.GetResponseDocumentation Method (HttpActionDescriptor)
Gets the action response documentation based on an HttpActionDescriptor.
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.
Show: