JsonPatchDocument.Copy(String, String) Methode

Definition

Kopieren Sie den Wert an der angegebenen Position an den Zielspeicherort. Führt z. B.: { "op": "copy", "from": "/a/b/c", "path": "/a/b/e" }

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

Parameter

from
String

Quellspeicherort

path
String

Zielstandort

Gibt zurück

Die JsonPatchDocument für die Verkettung.

Gilt für: