[]
        
(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)
Public Overrides Function NotFound(value As Object) As NotFoundObjectResult
Parameters
Type Name Description
object value
Returns
Type Description
NotFoundObjectResult

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

Overrides