Share via


Silverlight.GetSilverlightParameters Method

Provides values for Silverlight plug-in settings.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Protected Overridable Function GetSilverlightParameters As IDictionary(Of String, String)
'Usage
Dim returnValue As IDictionary(Of String, String)

returnValue = Me.GetSilverlightParameters()
protected virtual IDictionary<string, string> GetSilverlightParameters()

Return Value

Type: System.Collections.Generic.IDictionary<String, String>
The Silverlight plug-in parameters.

Remarks

Possible Silverlight plug-in values that can be passed are any param elements that are supported by Silverlight. For example, setting a value for the PluginBackground property causes that value to being passed as a Background param element to the Silverlight plug-in.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Silverlight Class

Silverlight Members

System.Web.UI.SilverlightControls Namespace