Partager via


InputFormatterResult.NoValueAsync Méthode

Définition

Retourne un Task qui, à l’achèvement, fournit un InputFormatterResult indiquant que l’opération ReadAsync(InputFormatterContext) n’a produit aucune valeur.

public:
 static System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::Formatters::InputFormatterResult ^> ^ NoValueAsync();
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult> NoValueAsync ();
static member NoValueAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult>
Public Shared Function NoValueAsync () As Task(Of InputFormatterResult)

Retours

Task qui, à l’achèvement, fournit un InputFormatterResult indiquant que l’opération ReadAsync(InputFormatterContext) n’a produit aucune valeur.

S’applique à