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
'Declaration
Public Interface IActionResultConverter
'Usage
Dim instance As IActionResultConverter
public interface IActionResultConverter
public interface class IActionResultConverter
type IActionResultConverter = interface end
public interface IActionResultConverter
The IActionResultConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Convert | Converts the specified IActionResultConverter object to another object. |
Top