Sdílet prostřednictvím


InputFormatterResult.NoValue Metoda

Definice

Vrátí hodnotu označující InputFormatterResult , že ReadAsync(InputFormatterContext) operace nevygeneruje žádnou hodnotu.

public:
 static Microsoft::AspNetCore::Mvc::Formatters::InputFormatterResult ^ NoValue();
public static Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult NoValue ();
static member NoValue : unit -> Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult
Public Shared Function NoValue () As InputFormatterResult

Návraty

Označuje InputFormatterResult , že ReadAsync(InputFormatterContext) operace nevygeneruje žádnou hodnotu.

Platí pro