XmlDocumentationProvider.GetResponseDocumentation Method

Definition

Gets the action response documentation based on an System.Web.Http.Controllers.HttpActionDescriptor.

public virtual string GetResponseDocumentation (System.Web.Http.Controllers.HttpActionDescriptor actionDescriptor);
abstract member GetResponseDocumentation : System.Web.Http.Controllers.HttpActionDescriptor -> string
override this.GetResponseDocumentation : System.Web.Http.Controllers.HttpActionDescriptor -> string
Public Overridable Function GetResponseDocumentation (actionDescriptor As HttpActionDescriptor) As String

Parameters

actionDescriptor
System.Web.Http.Controllers.HttpActionDescriptor

The System.Web.Http.Controllers.HttpActionDescriptor identifying the controller action.

Returns

A String containing the documentation.

Implements

System.Web.Http.Description.IDocumentationProvider.GetResponseDocumentation(System.Web.Http.Controllers.HttpActionDescriptor)

Applies to