1 instantiation of UnauthorizedObjectResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
1724=> new UnauthorizedObjectResult(value);
4 references to UnauthorizedObjectResult
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (3)
1719/// Creates an <see cref="UnauthorizedObjectResult"/> that produces a <see cref="StatusCodes.Status401Unauthorized"/> response. 1721/// <returns>The created <see cref="UnauthorizedObjectResult"/> for the response.</returns> 1723public virtual UnauthorizedObjectResult Unauthorized([ActionResultObjectValue] object? value)
UnauthorizedObjectResult.cs (1)
18/// Creates a new <see cref="UnauthorizedObjectResult"/> instance.