3 references to NotFound
Microsoft.AspNetCore.Http.Results (1)
Results.cs (1)
609=> value is null ? TypedResults.NotFound() : TypedResults.NotFound(value);
Microsoft.AspNetCore.Http.Results.Tests (1)
TypedResultsTests.cs (1)
1016var result = TypedResults.NotFound(value);
Sample (1)
Program.cs (1)
101: TypedResults.NotFound<string>("Item not found."));