NewtonsoftJsonPatchInputFormatter.CanRead(InputFormatterContext) 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.
Determines whether this IInputFormatter can deserialize an object of the
context's ModelType.
public:
 override bool CanRead(Microsoft::AspNetCore::Mvc::Formatters::InputFormatterContext ^ context);public override bool CanRead(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context);override this.CanRead : Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext -> boolPublic Overrides Function CanRead (context As InputFormatterContext) As BooleanParameters
- context
- InputFormatterContext
Returns
true if this IInputFormatter can deserialize an object of the
context's ModelType. false otherwise.