Visual Basic (Declaration) | |
---|---|
Public Enum ViewStateCacheType Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ViewStateCacheType |
C# | |
---|---|
public enum ViewStateCacheType : System.Enum |
C++/CLI | |
---|---|
public enum class ViewStateCacheType : public System.Enum |
Member | Description |
---|---|
Disabled | Indicates that ViewStateCache mechanism is disabled and encoded ViewState data will be transmitted with each callback. |
Enabled | Indicates that the ViewStateCache mechanism is enabled, causing only a unique PageKey to be transmitted with each callback. |
Ordered | Indicates that the ViewStateCache is enabled and each callback will additionally be executed and handled in the order transmitted from the client. |
Set this property in the web.config. For example:
<appSettings> <add key="Dart.LiveControls.ViewStateCacheType" value="Ordered"/> </appSettings>
System.Object
System.ValueType
System.Enum
Dart.FileUpload.ViewStateCacheType
Target Platforms: Microsoft .NET Framework 2.0