ValueResultConverter<T> Class
A converter for creating responses from actions that return an arbitrary T value.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ValueResultConverter<T>() | Initializes a new instance of the ValueResultConverter<T> class. |
| Name | Description | |
|---|---|---|
![]() | Convert(HttpControllerContext^, Object^) | Converts the result of an action with arbitrary return type T to an instance of HttpResponseMessage. |
![]() | 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

