Freigeben über


JsonPatchDocument.Remove(String) Methode

Definition

Entfernen Sie den Wert am Zielspeicherort. Führt beispielsweise zu { "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

Parameter

path
String

Zielspeicherort

Gibt zurück

Die JsonPatchDocument für die Verkettung.

Gilt für: