ControlFilterExpression.SaveViewState Method ()

.NET Framework (current version)
 

Saves the changes to view state since the time the page was posted to the server.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

override SaveViewState : unit -> Object

Return Value

Type: System.Object

The object that contains the changes to view state. If there is no view state associated with the object, this method returns null.

.NET Framework
Available since 4.0
Return to top
Show: