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; }
Public ReadOnly Property NoViewStateCompression As Boolean
Get
Property Value
Type:
BooleanThe value for NoViewStateCompression.
See Also