次の方法で共有


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

戻り値

InputFormatterResult操作で値がReadAsync(InputFormatterContext)生成されていないことを示す 。

適用対象