1 instantiation of OkObjectResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
318=> new OkObjectResult(value);
4 references to OkObjectResult
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (3)
312/// Creates an <see cref="OkObjectResult"/> object that produces a <see cref="StatusCodes.Status200OK"/> response. 315/// <returns>The created <see cref="OkObjectResult"/> for the response.</returns> 317public virtual OkObjectResult Ok([ActionResultObjectValue] object? value)
OkObjectResult.cs (1)
19/// Initializes a new instance of the <see cref="OkObjectResult"/> class.