共用方式為


JsonPatchDocument.Test(String, Object) 方法

定義

測試值。 將會導致 { 「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

適用於