JsonPatchDocument.Remove(String) 方法

定義

移除目標位置的值。 將會導致 { 「op」: 「remove」, 「path」: 「/a/b/c」 }

public:
 Microsoft::AspNetCore::JsonPatch::JsonPatchDocument ^ Remove(System::String ^ path);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument Remove (string path);
member this.Remove : string -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument
Public Function Remove (path As String) As JsonPatchDocument

參數

path
String

目標位置

傳回

用於鏈結的 JsonPatchDocument

適用於