Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDocumentationProvider.GetDocumentation Method

 

IDocumentationProvider.GetDocumentation Method (HttpActionDescriptor)

Gets the documentation based on HttpActionDescriptor.

string GetDocumentation(
	HttpActionDescriptor actionDescriptor
)

Parameters

actionDescriptor
Type: System.Web.Http.Controllers.HttpActionDescriptor

The action descriptor.

Return Value

Type: System.String

The documentation for the controller.

Return to top

IDocumentationProvider.GetDocumentation Method (HttpControllerDescriptor)

string GetDocumentation(
	HttpControllerDescriptor controllerDescriptor
)

Parameters

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

Return Value

Type: System.String

Return to top

IDocumentationProvider.GetDocumentation Method (HttpParameterDescriptor)

Gets the documentation based on HttpParameterDescriptor.

string GetDocumentation(
	HttpParameterDescriptor parameterDescriptor
)

Parameters

parameterDescriptor
Type: System.Web.Http.Controllers.HttpParameterDescriptor

The parameter descriptor.

Return Value

Type: System.String

The documentation for the controller.

Return to top
Show: