LosFormatter.Deserialize Method (String)
.NET Framework (current version)
Transforms the specified view-state value to a limited object serialization (LOS)-formatted object.
Assembly: System.Web (in System.Web.dll)
Parameters
- input
-
Type:
System.String
The view-state value to transform.
| Exception | Condition |
|---|---|
| HttpException | The view state is invalid. |
This version of the Deserialize method is used to transform the specified view-state value to a LOS-formatted object.
Security Note
|
|---|
Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Untrusted Data Security Risks. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
