Document.ReadyState
Document.ReadyState property
Returns the document readiness. The “loading” while the Document is loading, “interactive” once it is finished parsing but still loading sub-resources, and “complete” once it has loaded.
public String ReadyState { get; }
See Also
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML