HttpMethod.Get Propiedad

Definición

Obtiene el método 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

Valor de propiedad

Método HTTP GET.

Se aplica a