Aracılığıyla paylaş


JsonPatchDocument.Add(String, Object) Yöntem

Tanım

İşlem ekleme. Sonuç olarak{ "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

Parametreler

path
String

hedef konum

value
Object

değer

Döndürülenler

JsonPatchDocument Zincirleme için.

Şunlara uygulanır