JsonPatchDocument.Test(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
測試值。 將會導致 { 「op」: 「test」, 「path」: 「/a/b/c」, 「value」: 42 }
public:
Microsoft::AspNetCore::JsonPatch::JsonPatchDocument ^ Test(System::String ^ path, System::Object ^ value);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument Test (string path, object value);
member this.Test : string * obj -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument
Public Function Test (path As String, value As Object) As JsonPatchDocument
參數
- path
- String
目標位置
- value
- Object
value
傳回
用於鏈結的 JsonPatchDocument。