Freigeben über


InputFormatterResult.NoValueAsync Methode

Definition

Gibt ein Task zurück, das bei Abschluss einen InputFormatterResult angibt, der angibt, dass der ReadAsync(InputFormatterContext) Vorgang keinen Wert erzeugt hat.

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)

Gibt zurück

Ein Task , das bei Abschluss einen InputFormatterResult angibt, der angibt, dass der ReadAsync(InputFormatterContext) Vorgang keinen Wert erzeugt hat.

Gilt für: