InputFormatterResult.NoValueAsync 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 a Task that on completion provides an InputFormatterResult indicating the ReadAsync(InputFormatterContext) operation produced no value.
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)
Returns
A Task that on completion provides an InputFormatterResult indicating the ReadAsync(InputFormatterContext) operation produced no value.