Sdílet prostřednictvím


InputFormatterResult.Success(Object) Metoda

Definice

Vrátí hodnotu označující InputFormatterResult , že ReadAsync(InputFormatterContext) operace byla úspěšná.

public:
 static Microsoft::AspNetCore::Mvc::Formatters::InputFormatterResult ^ Success(System::Object ^ model);
public static Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult Success (object model);
public static Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult Success (object? model);
static member Success : obj -> Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult
Public Shared Function Success (model As Object) As InputFormatterResult

Parametry

model
Object

Deserializovaný Object.

Návraty

Označuje InputFormatterResult , že operace byla ReadAsync(InputFormatterContext) úspěšná, tj. s HasErrorfalse.

Platí pro