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: