HttpMethod.Get Property
Definition
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.