RequestType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Type of incoming request. Since 3.5.5
- C#
- VB.NET
public enum RequestType : Enum
Public Enum RequestType As [Enum]
Fields
| Name | Description |
|---|---|
| DataCount | Request to return the number of records available for a list control. |
| DataRead | Request to read a data pages for a list control. |
| Event | Request to process events from the browser. |
| Load | The application session is being loaded for the first time. See also ApplicationStart. |
| Reload | The application session is being reloaded. See also ApplicationRefresh. |
| Service | Service (or postback) request to the be processed by a IWisejHandler implementation. |
Used By
| Name | Description |
|---|---|
| RequestEventArgs.Type | Returns the RequestType. |