Share via


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

適用対象