Skip to main content
A newer version of this page is available. .

WebApplication.RequestManager Property

Gets the HTTP request manager.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

[Browsable(false)]
public IHttpRequestManager RequestManager { get; }

Property Value

Type Description
DevExpress.ExpressApp.Web.IHttpRequestManager

An IHttpRequestManager object, which manages HTTP requests in the ASP.NET application.

Remarks

By default, returns a DefaultHttpRequestManager instance.

See Also