Skip to main content
Tab

RequestEvent Enum

Lists the values specifying how to process the PRE/POST requests.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum RequestEvent

Members

Name Description
BeginRequest

A request is processed in the BeginRequest event handler.

PreRequestHandlerExecute

A request is processed in the PreRequestHandlerExecute event handler.

AuthorizeRequest

A request is processed in the System.Web.HttpApplication.AuthorizeRequest event handler.

See Also