Freigeben über


InputFormatterResult.NoValue Methode

Definition

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

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

Gibt zurück

Ein, InputFormatterResult der angibt, dass der ReadAsync(InputFormatterContext) Vorgang keinen Wert erzeugt hat.

Gilt für: