JsonPatchDocument.Remove(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprimez la valeur à l’emplacement cible. Entraîne, par exemple, { « op »: « remove », « path »: « /a/b/c » }
public:
Microsoft::AspNetCore::JsonPatch::JsonPatchDocument ^ Remove(System::String ^ path);
public Microsoft.AspNetCore.JsonPatch.JsonPatchDocument Remove (string path);
member this.Remove : string -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument
Public Function Remove (path As String) As JsonPatchDocument
Paramètres
- path
- String
emplacement cible
Retours
JsonPatchDocument pour le chaînage.