다음을 통해 공유


JsonPatchDocument.Add(String, Object) 메서드

정의

작업을 추가합니다. 예를 들어 { "op": "add", "path": "/a/b/c", "value": [ "foo", "bar" ] }

public:
 Microsoft::AspNetCore::JsonPatch::JsonPatchDocument ^ Add(System::String ^ path, System::Object ^ value);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument Add (string path, object value);
member this.Add : string * obj -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument
Public Function Add (path As String, value As Object) As JsonPatchDocument

매개 변수

path
String

대상 위치

value
Object

반환

연결할 JsonPatchDocument입니다.

적용 대상