JsonPatchDocument.Replace(String, Object) 메서드

정의

값을 대체합니다. 예를 들어 { "op": "replace", "path": "/a/b/c", "value": 42 }

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

매개 변수

path
String

대상 위치

value
Object

반환

연결할 JsonPatchDocument입니다.

적용 대상