InputFormatterResult.NoValue 方法

定義

傳回 , InputFormatterResult 表示 ReadAsync(InputFormatterContext) 作業不會產生任何值。

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

傳回

InputFormatterResultReadAsync(InputFormatterContext) 表示作業不會產生任何值。

適用於