Microsoft.AspNetCore.JsonPatch Namespace

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.