Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HttpMethod.Get Property

Definition

Namespace:
Windows.Web.Http

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?