HttpMethod.Get Proprietà

Definizione

Ottiene il metodo 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

Valore della proprietà

Metodo HTTP GET.

Si applica a