Share via


InputFormatterResult.NoValue Method

Definition

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.

Applies to