1 instantiation of Conflict
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
698public static Conflict<TValue> Conflict<TValue>(TValue? error) => new(error);
2 references to Conflict
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (2)
697/// <returns>The created <see cref="HttpResults.Conflict{TValue}"/> for the response.</returns> 698public static Conflict<TValue> Conflict<TValue>(TValue? error) => new(error);