Skip to main content
Version: 3.5

RequestType

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Type of incoming request. Since 3.5.5

public enum RequestType : Enum

Fields

NameDescription
DataCountRequest to return the number of records available for a list control.
DataReadRequest to read a data pages for a list control.
EventRequest to process events from the browser.
LoadThe application session is being loaded for the first time. See also ApplicationStart.
ReloadThe application session is being reloaded. See also ApplicationRefresh.
ServiceService (or postback) request to the be processed by a IWisejHandler implementation.

Used By

NameDescription
RequestEventArgs.TypeReturns the RequestType.