1 instantiation of BadRequest
Microsoft.AspNetCore.Http.Results (1)
ResultsCache.cs (1)
12public static BadRequest BadRequest { get; } = new();
5 references to BadRequest
Microsoft.AspNetCore.Http.Results (5)
BadRequest.cs (1)
19/// Initializes a new instance of the <see cref="BadRequest"/> class with the values
BadRequestOfT.cs (1)
20/// Initializes a new instance of the <see cref="BadRequest"/> class with the values
ResultsCache.cs (1)
12public static BadRequest BadRequest { get; } = new();
TypedResults.cs (2)
675/// <returns>The created <see cref="HttpResults.BadRequest"/> for the response.</returns> 676public static BadRequest BadRequest() => ResultsCache.BadRequest;