7 references to NotFoundObjectResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
1740=> new NotFoundObjectResult(value);
Microsoft.AspNetCore.Mvc.Core.Test (4)
HttpNotFoundObjectResultTest.cs (3)
19var notFound = new NotFoundObjectResult(null); 29var notFound = new NotFoundObjectResult("Test Content"); 46var result = new NotFoundObjectResult("Test Content");
Infrastructure\ClientErrorResultFilterTest.cs (1)
21var actionResult = new NotFoundObjectResult(new object());
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
471=> new NotFoundObjectResult(value);
PageModel.cs (1)
778=> new NotFoundObjectResult(value);