HttpMethod.Get Свойство

Определение

Возвращает метод 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

Значение свойства

Метод HTTP GET.

Применяется к