HttpMethod.Get Eigenschaft

Definition

Ruft die HTTP GET-Methode ab.

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

Eigenschaftswert

Die HTTP GET-Methode.

Gilt für: