IActionResultConverter Interface

 

A contract for a conversion routine that can take the result of an action returned from <see cref="M:System.Web.Http.Controllers.HttpActionDescriptor.ExecuteAsync(System.Web.Http.Controllers.HttpControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})" /> and convert it to an instance of HttpResponseMessage.

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

public interface class IActionResultConverter

NameDescription
System_CAPS_pubmethodConvert(HttpControllerContext^, Object^)

Converts the specified IActionResultConverter object to another object.

Return to top
Show: