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)
19
var notFound = new
NotFoundObjectResult
(null);
29
var notFound = new
NotFoundObjectResult
("Test Content");
46
var result = new
NotFoundObjectResult
("Test Content");
Infrastructure\ClientErrorResultFilterTest.cs (1)
21
var actionResult = new
NotFoundObjectResult
(new object());
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
471
=> new
NotFoundObjectResult
(value);
PageModel.cs (1)
778
=> new
NotFoundObjectResult
(value);