[]
        
(Showing Draft Content)

C1.Web.Api.C1ApiController.Ok

Ok Method

Ok(object)

Creates an Microsoft.AspNetCore.Mvc.OkObjectResult object that produces an OK (200) response.

Declaration
public override OkObjectResult Ok(object value)
Parameters
Type Name Description
object value

The content value to format in the entity body.

Returns
Type Description
OkObjectResult

The created Microsoft.AspNetCore.Mvc.OkObjectResult for the response.

Overrides