IInputFormatter.CanRead(InputFormatterContext) Method

Definition

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

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

Parameters

Returns

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

Applies to