HttpContextWrapper::Request Property

 

Gets the HttpRequestBase object for the current HTTP request.

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

public:
property HttpRequestBase^ Request {
	virtual HttpRequestBase^ get() override;
}

Property Value

Type: System.Web::HttpRequestBase^

The current HTTP request.

.NET Framework
Available since 3.5
Return to top
Show: