SilverlightPlugin.SplashScreenSource Property

Gets or sets the URL of the splash screen document to render when the Source property document is loading.

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

Syntax

'Declaration
Public Overridable Property SplashScreenSource As String
    Get
    Set
'Usage
Dim instance As SilverlightPlugin
Dim value As String

value = instance.SplashScreenSource

instance.SplashScreenSource = value
public virtual string SplashScreenSource { get; set; }

Property Value

Type: System.String
The location of the splash screen document.

Remarks

The splash screen document is displayed when the document that is specified by the Source property is loading.

Note   For security reasons, the splash screen document must come from the same domain as the Silverlight-based application.

Platforms

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

See Also

Reference

SilverlightPlugin Class

SilverlightPlugin Members

System.Web.UI.SilverlightControls Namespace