MediaPlayer.SaveViewState Method
Saves the view-state changes that have occurred since the time the page was posted back to the server.
Namespace: System.Web.UI.SilverlightControls
Assembly: System.Web.Silverlight (in System.Web.Silverlight.dll)
Syntax
'Declaration
Protected Overrides Function SaveViewState As Object
'Usage
Dim returnValue As Object
returnValue = Me.SaveViewState()
protected override Object SaveViewState()
Return Value
Type: System.Object
The control's view state.
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.