NotFoundObjectResult(Object) Konstruktor

Definition

Erstellt eine neue NotFoundObjectResult-Instanz.

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)

Parameter

value
Object

Der Im Entitätstext zu formatierende Wert.

Gilt für: