HttpMethod.Delete Propriété
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.
Obtient la méthode HTTP DELETE.
public:
static property HttpMethod ^ Delete { HttpMethod ^ get(); };
static HttpMethod Delete();
public static HttpMethod Delete { get; }
var httpMethod = HttpMethod.delete;
Public Shared ReadOnly Property Delete As HttpMethod
Valeur de propriété
Méthode HTTP DELETE.