Поделиться через


JsonPatchDocument.Copy(String, String) Метод

Определение

Скопируйте значение из указанного расположения в целевое расположение. Результатом будет, например: { "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

Параметры

from
String

исходное расположение

path
String

целевое расположение

Возвращаемое значение

JsonPatchDocument для построения цепочки.

Применяется к