InputFormatterResult.NoValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an InputFormatterResult indicating the ReadAsync(InputFormatterContext) operation produced no value.
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
Returns
An InputFormatterResult indicating the ReadAsync(InputFormatterContext) operation produced no value.