Click or drag to resize

SessionNoViewStateCompression Property

Gets the value of NoViewStateCompression application property. This property determines whether or not the platform should compress the page ViewState.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool NoViewStateCompression { get; }

Property Value

Type: Boolean
The value for NoViewStateCompression.
See Also