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