JsonPatchInputFormatter.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 -> bool
Public Overrides Function CanRead (context As InputFormatterContext) As Boolean
Parameters
- context
- InputFormatterContext
Returns
true
if this IInputFormatter can deserialize an object of the
context
's ModelType. false
otherwise.