Microsoft.AspNetCore.JsonPatch.Operations 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.
Contains types that represent operations that can be performed on a JSON document.
Classes
Operation | |
Operation<TModel> | |
OperationBase |
Enums
OperationType |
Remarks
For more information about handling JSON Patch requests, JsonPatch in ASP.NET Core web API.