InputFormatterResult.NoValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.