[]
Creates an Microsoft.AspNetCore.Mvc.NotFoundObjectResult that produces a Not Found (404) response.
public override NotFoundObjectResult NotFound(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| NotFoundObjectResult | The created Microsoft.AspNetCore.Mvc.NotFoundObjectResult for the response. |