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

适用于