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)

Syntax

public interface IActionResultConverter
public interface class IActionResultConverter
type IActionResultConverter = interface end
Public Interface IActionResultConverter

Methods

Name Description
System_CAPS_pubmethod Convert(HttpControllerContext, Object)

Converts the specified IActionResultConverter object to another object.

See Also

System.Web.Http.Controllers Namespace

Return to top