[]
Creates a System.Web.Http.Results.JsonResult`1 (200 OK) with the specified values.
protected override JsonResult<T> Json<T>(T content, JsonSerializerSettings serializerSettings, Encoding encoding)
| Type | Name | Description |
|---|---|---|
| T | content | The content value to serialize in the entity body. |
| JsonSerializerSettings | serializerSettings | The serializer settings. |
| Encoding | encoding | The content encoding. |
| Type | Description |
|---|---|
| JsonResult<T> | A System.Web.Http.Results.JsonResult`1 with the specified values. |
| Name | Description |
|---|---|
| T | The type of content in the entity body. |