HTTP data transfer method used by client (GET, POST).
[Visual Basic] Public ReadOnly Property HttpMethod As String [C#] public string HttpMethod {get;} [C++] public: __property String* get_HttpMethod(); [JScript] public function get HttpMethod() : String;
A String representing the HTTP Invocation Type sent by client (GET, POST, etc)
[Visual Basic] <%-- This example receives a string representing the Http Method into the variable sMethod --%> <% Dim sMethod sMethod = Request.HttpMethod %>
HttpRequest Class | HttpRequest Members | System.Web Namespace