JsonPatchExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class JsonPatchExtensions abstract sealed
public static class JsonPatchExtensions
type JsonPatchExtensions = class
Public Module JsonPatchExtensions
- 繼承
-
JsonPatchExtensions
方法
ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary, String) |
在 物件上套用 JSON 修補作業,並在 中 ModelStateDictionary 記錄錯誤。 |
ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary) |
在 物件上套用 JSON 修補作業,並在 中 ModelStateDictionary 記錄錯誤。 |