Aracılığıyla paylaş


JsonPatchDocument.Replace(String, Object) Yöntem

Tanım

değeri değiştirin. Sonuç olarak { "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

Parametreler

path
String

hedef konum

value
Object

değer

Döndürülenler

JsonPatchDocument Zincirleme için.

Şunlara uygulanır