2 instantiations of OkResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
309=> new OkResult();
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\HandleOptionsRequestsPageFilter.cs (1)
43context.Result = new OkResult();
4 references to OkResult
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (3)
304/// Creates an <see cref="OkResult"/> object that produces an empty <see cref="StatusCodes.Status200OK"/> response. 306/// <returns>The created <see cref="OkResult"/> for the response.</returns> 308public virtual OkResult Ok()
OkResult.cs (1)
19/// Initializes a new instance of the <see cref="OkResult"/> class.