Partager via


JsonPatchDocument.Test(String, Object) Méthode

Définition

Valeur de test. Entraîne, par exemple, { « op »: « test », « path »: « /a/b/c », « value »: 42 }

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

Paramètres

path
String

emplacement cible

value
Object

value

Retours

JsonPatchDocument pour le chaînage.

S’applique à