Partager via


InputFormatterResult.NoValue Méthode

Définition

Retourne un InputFormatterResult indiquant que l’opération n’a ReadAsync(InputFormatterContext) produit aucune valeur.

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

Retours

InputFormatterResult indiquant que l’opération ReadAsync(InputFormatterContext) n’a produit aucune valeur.

S’applique à