6 references to NotFound
BasicWebSite (1)
Controllers\ContactApiController.cs (1)
103return NotFound(new ProblemDetails
Microsoft.AspNetCore.Mvc.Core.Test (1)
ControllerBaseTest.cs (1)
1997var result = controller.NotFound("Test Content");
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ControllerUnitTestabilityTests.cs (1)
837return NotFound(value);
Mvc.Api.Analyzers.Test (2)
TestFiles\AddResponseTypeAttributeCodeFixProviderIntegrationTest\CodeFixAddsResponseTypeWhenDifferentFromErrorType.Input.cs (1)
12return NotFound(new CodeFixAddsResponseTypeWhenDifferentErrorModel());
TestFiles\AddResponseTypeAttributeCodeFixProviderIntegrationTest\CodeFixAddsResponseTypeWhenDifferentFromErrorType.Output.cs (1)
18return NotFound(new CodeFixAddsResponseTypeWhenDifferentErrorModel());
XmlFormattersWebSite (1)
Controllers\XmlApiControllerBase.cs (1)
20return NotFound(new ProblemDetails