JsonPatchDocument.Replace(String, Object) Methode

Definition

Ersetzen Sie den Wert. Führt beispielsweise zu { "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

Parameter

path
String

Zielspeicherort

value
Object

value

Gibt zurück

Die JsonPatchDocument für die Verkettung.

Gilt für: