[]
Creates an System.Web.Http.Results.OkNegotiatedContentResult`1 with the specified values.
protected override OkNegotiatedContentResult<T> Ok<T>(T content)
| Type | Name | Description |
|---|---|---|
| T | content | The content value to negotiate and format in the entity body. |
| Type | Description |
|---|---|
| OkNegotiatedContentResult<T> | An System.Web.Http.Results.OkNegotiatedContentResult`1 with the specified values. |
| Name | Description |
|---|---|
| T | The type of content in the entity body. |