7 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)
1027var result = TypedResults.NotFound();
Microsoft.AspNetCore.Identity (3)
IdentityApiEndpointRouteBuilderExtensions.cs (3)
267return TypedResults.NotFound(); 340return TypedResults.NotFound(); 352return TypedResults.NotFound();
MinimalSample (2)
Program.cs (2)
76_ => TypedResults.NotFound() 90_ => TypedResults.NotFound()