Version

AsyncRequestContext Enumeration

The options related to request while hidden asynchronous post back.
Syntax
'Declaration
 
Public Enum AsyncRequestContext 
   Inherits System.Enum
public enum AsyncRequestContext : System.Enum 
Members
MemberDescription
DefaultDefault value which is equal to IncludeFormData.
IncludeAllTabsPass to the server only data of child controls located on tabs.
IncludeFormDataPass to the server data of all controls on the page.
IncludePreviousSelectedTabPass to the server only data of the child controls located on the previously unselected tab.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also