HttpMethod.Get Propriété

Définition

Obtient la méthode HTTP GET.

public:
 static property HttpMethod ^ Get { HttpMethod ^ get(); };
static HttpMethod Get();
public static HttpMethod Get { get; }
var httpMethod = HttpMethod.get;
Public Shared ReadOnly Property Get As HttpMethod

Valeur de propriété

Méthode HTTP GET.

S’applique à