CompressedPageStateCompress Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static CompressedPageState Compress(
string state
)
Public Shared Function Compress (
state As String
) As CompressedPageState
public:
static CompressedPageState^ Compress(
String^ state
)
static member Compress :
state : string -> CompressedPageState
Parameters
- state
- Type: SystemString
Return Value
Type:
CompressedPageState
See Also