JsonPatchExtensions Class
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.
Extensions for JsonPatchDocument<TModel>
public ref class JsonPatchExtensions abstract sealed
public static class JsonPatchExtensions
type JsonPatchExtensions = class
Public Module JsonPatchExtensions
- Inheritance
-
JsonPatchExtensions
Methods
ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary, String) |
Applies JSON patch operations on object and logs errors in ModelStateDictionary. |
ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary) |
Applies JSON patch operations on object and logs errors in ModelStateDictionary. |