| 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; }
Public ReadOnly Property HttpMethod As String
Get
Property Value
Type:
StringThe HTTP method.
Implements
IRequestHttpMethodSee Also