NotFoundObjectResult Class¶
An Microsoft.AspNetCore.Mvc.ObjectResult that when executed will produce a Not Found (404) response.
- Namespace
Microsoft.AspNetCore.Mvc- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public class NotFoundObjectResult : ObjectResult, IActionResult
-
class
Microsoft.AspNetCore.Mvc.NotFoundObjectResult
Constructors¶
-
NotFoundObjectResult(System.Object)¶ Creates a new
Microsoft.AspNetCore.Mvc.NotFoundObjectResultinstance.Arguments: value (System.Object) – The value to format in the entity body. public NotFoundObjectResult(object value)
-