HttpRequestWrapper::HttpMethod Property

 

Gets the HTTP data-transfer method (such as GET, POST, or HEAD) that was used by the client.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ HttpMethod {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The HTTP data-transfer method that was used by the client.

.NET Framework
Available since 3.5
Return to top
Show: