[]
Creates a System.Web.Http.NegotiatedContentResult`1 with the specified values.
protected override NegotiatedContentResult<T> Content<T>(HttpStatusCode statusCode, T value)
Type | Name | Description |
---|---|---|
HttpStatusCode | statusCode | The HTTP status code for the response message. |
T | value | The content value to negotiate and format in the entity body. |
Type | Description |
---|---|
NegotiatedContentResult<T> | A System.Web.Http.NegotiatedContentResult`1 with the specified values. |
Name | Description |
---|---|
T | The type of content in the entity body. |