UnprocessableEntityObjectResult Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
UnprocessableEntityObjectResult(ModelStateDictionary) |
Erstellt eine neue UnprocessableEntityObjectResult-Instanz. |
UnprocessableEntityObjectResult(Object) |
Erstellt eine neue UnprocessableEntityObjectResult-Instanz. |
UnprocessableEntityObjectResult(ModelStateDictionary)
Erstellt eine neue UnprocessableEntityObjectResult-Instanz.
public:
UnprocessableEntityObjectResult(Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary ^ modelState);
public UnprocessableEntityObjectResult (Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary modelState);
new Microsoft.AspNetCore.Mvc.UnprocessableEntityObjectResult : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary -> Microsoft.AspNetCore.Mvc.UnprocessableEntityObjectResult
Public Sub New (modelState As ModelStateDictionary)
Parameter
- modelState
- ModelStateDictionary
ModelStateDictionary mit den Validierungsfehlern.
Gilt für:
UnprocessableEntityObjectResult(Object)
Erstellt eine neue UnprocessableEntityObjectResult-Instanz.
public:
UnprocessableEntityObjectResult(System::Object ^ error);
public UnprocessableEntityObjectResult (object error);
public UnprocessableEntityObjectResult (object? error);
new Microsoft.AspNetCore.Mvc.UnprocessableEntityObjectResult : obj -> Microsoft.AspNetCore.Mvc.UnprocessableEntityObjectResult
Public Sub New (error As Object)
Parameter
- error
- Object
Enthält Fehler, die an den Client zurückgegeben werden sollen.