[]
Creates an Microsoft.AspNetCore.Mvc.OkObjectResult object that produces an OK (200) response.
public override OkObjectResult Ok(object value)
| Type | Name | Description |
|---|---|---|
| object | value | The content value to format in the entity body. |
| Type | Description |
|---|---|
| OkObjectResult | The created Microsoft.AspNetCore.Mvc.OkObjectResult for the response. |