ObjectResult(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 ObjectResult instance with the provided value
.
public:
ObjectResult(System::Object ^ value);
public ObjectResult (object value);
public ObjectResult (object? value);
new Microsoft.AspNetCore.Mvc.ObjectResult : obj -> Microsoft.AspNetCore.Mvc.ObjectResult
Public Sub New (value As Object)
Parameters
- value
- Object