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.

HttpActionDescriptor::ResultConverter Property

 

Gets the converter for correctly transforming the result of calling ExecuteAsync(HttpControllerContext, IDictionaryString, Object)" into an instance of HttpResponseMessage.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property IActionResultConverter^ ResultConverter {
	virtual IActionResultConverter^ get();
}

Property Value

Type: System.Web.Http.Controllers::IActionResultConverter^

The action result converter.

Return to top
Show: