HttpMethod.Get Property

Definition

Gets the HTTP GET method.

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

Property Value

The HTTP GET method.

Applies to