ApplicationPropertiesNoViewStateCompression Property |
By default page ViewState is generally compressed. Use this property to disable such compression.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool NoViewStateCompression { get; }
ReadOnly Property NoViewStateCompression As Boolean
Get
Property Value
Type:
BooleanBy default page ViewState is generally compressed. Use this property to disable such compression.
See Also