Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a converter for actions with a return type of HttpResponseMessage.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.Controllers.ResponseMessageResultConverter
Syntax
public class ResponseMessageResultConverter : IActionResultConverter
public ref class ResponseMessageResultConverter : IActionResultConverter
type ResponseMessageResultConverter =
class
interface IActionResultConverter
end
Public Class ResponseMessageResultConverter
Implements IActionResultConverter
Constructors
Name | Description | |
---|---|---|
![]() |
ResponseMessageResultConverter() | Initializes a new instance of the ResponseMessageResultConverter class. |
Methods
Name | Description | |
---|---|---|
![]() |
Convert(HttpControllerContext, Object) | Converts a ResponseMessageResultConverter object to another object. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.Controllers Namespace
Return to top