NotFoundObjectResult(Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new NotFoundObjectResult instance.
public:
NotFoundObjectResult(System::Object ^ value);
public NotFoundObjectResult (object value);
public NotFoundObjectResult (object? value);
new Microsoft.AspNetCore.Mvc.NotFoundObjectResult : obj -> Microsoft.AspNetCore.Mvc.NotFoundObjectResult
Public Sub New (value As Object)
Parameters
- value
- Object
The value to format in the entity body.