Click or drag to resize

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; }

Property Value

Type: Boolean
By default page ViewState is generally compressed. Use this property to disable such compression.
See Also