HttpMethod.Put 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 PUT.
public:
static property HttpMethod ^ Put { HttpMethod ^ get(); };
static HttpMethod Put();
public static HttpMethod Put { get; }
var httpMethod = HttpMethod.put;
Public Shared ReadOnly Property Put As HttpMethod
Valeur de propriété
Méthode HTTP PUT.