RequestEvent Enum
Lists the values specifying how to process the PRE/POST requests.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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