Click or drag to resize

RequestHttpMethod Property

Gets the Http data Transfer method (such as GET, POST, or HEAD) that was used by the client.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public string HttpMethod { get; }

Property Value

Type: String
The HTTP method.

Implements

IRequestHttpMethod
See Also