Microsoft.AspNetCore.JsonPatch Namespace
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.
Provides functionality for handling JSON Patch requests in an ASP.NET Core web API.
Classes
JsonPatchDocument | |
JsonPatchDocument<TModel> | |
JsonPatchError |
Captures error message and the related entity and the operation that caused it. |
JsonPatchProperty |
Metadata for JsonProperty. |
Interfaces
IJsonPatchDocument |
Remarks
For more information about handling JSON Patch requests, JsonPatch in ASP.NET Core web API.