Web API Core | ComponentOne
C1.Web.Api.Pdf Namespace / PdfController Class / NotFound Method / NotFound(Object) Method

In This Topic
    NotFound(Object) Method
    In This Topic
    Creates an Microsoft.AspNetCore.Mvc.NotFoundObjectResult that produces a Not Found (404) response.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function NotFound( _
       ByVal value As Object _
    ) As NotFoundObjectResult
    public virtual NotFoundObjectResult NotFound( 
       object value
    )

    Parameters

    value

    Return Value

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