JsonPatchExtensions 类

定义

public ref class JsonPatchExtensions abstract sealed
public static class JsonPatchExtensions
type JsonPatchExtensions = class
Public Module JsonPatchExtensions
继承
JsonPatchExtensions

方法

ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary)

对 对象应用 JSON 修补操作,并在 中 ModelStateDictionary记录错误。

ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary, String)

对 对象应用 JSON 修补操作,并在 中 ModelStateDictionary记录错误。

适用于