HtmlDocument.IsReady Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value that indicates whether the browser has completely loaded the HTML page.

Namespace:  System.Windows.Browser
Assembly:  System.Windows.Browser (in System.Windows.Browser.dll)

Syntax

'Declaration
Public ReadOnly Property IsReady As Boolean
public bool IsReady { get; }

Property Value

Type: System.Boolean
true if the browser has completely loaded the HTML page that contains the Silverlight plug-in, the page has been fully parsed, and all Document Object Model (DOM) objects are available for programming; otherwise, false.

Remarks

Firefox returns false until the DocumentReady event is raised.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

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