InputFormatterResult.NoValue Metodo

Definizione

Restituisce un InputFormatterResult oggetto che indica che l'operazione ReadAsync(InputFormatterContext) non ha prodotto alcun valore.

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

Restituisce

Oggetto InputFormatterResult che indica che l'operazione ReadAsync(InputFormatterContext) non ha prodotto alcun valore.

Si applica a