Silverlight.GetScriptReferences Method
Retrieves the client script for the Silverlight control.
Namespace: System.Web.UI.SilverlightControls
Assembly: System.Web.Silverlight (in System.Web.Silverlight.dll)
Syntax
'Declaration
Protected Overridable Function GetScriptReferences As IEnumerable(Of ScriptReference)
'Usage
Dim returnValue As IEnumerable(Of ScriptReference)
returnValue = Me.GetScriptReferences()
protected virtual IEnumerable<ScriptReference> GetScriptReferences()
Return Value
Type: System.Collections.Generic.IEnumerable<ScriptReference>
A ScriptReference object that contains the client script for the Silverlight control.
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.