InputFormatterResult.NoValueAsync Method

Definition

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.

Applies to