InputFormatter.CanRead(InputFormatterContext) Method

Definition

Determines whether this IInputFormatter can deserialize an object of the context's ModelType.

public:
 virtual bool CanRead(Microsoft::AspNetCore::Mvc::Formatters::InputFormatterContext ^ context);
public virtual bool CanRead (Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context);
abstract member CanRead : Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext -> bool
override this.CanRead : Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext -> bool
Public Overridable Function CanRead (context As InputFormatterContext) As Boolean

Parameters

Returns

true if this IInputFormatter can deserialize an object of the context's ModelType. false otherwise.

Implements

Applies to