RequestEvent Enum
In This Article
Lists the values specifying how to process the PRE/POST requests.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Begin
|
A request is processed in the Begin |
Pre
|
A request is processed in the Pre |
Authorize
|
A request is processed in the System. |
#Related API Members
The following properties accept/return RequestEvent values:
See Also