다음을 통해 공유


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입니다.

적용 대상