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