[]
        
(Showing Draft Content)

C1.Web.Api.C1ApiController.NotFound

NotFound Method

NotFound(object)

Creates an Microsoft.AspNetCore.Mvc.NotFoundObjectResult that produces a Not Found (404) response.

Declaration
public override NotFoundObjectResult NotFound(object value)
Parameters
Type Name Description
object value
Returns
Type Description
NotFoundObjectResult

The created Microsoft.AspNetCore.Mvc.NotFoundObjectResult for the response.

Overrides