DocumentReadyState 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.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic string ReadyState { get; }
Public ReadOnly Property ReadyState As String
Get
public:
property String^ ReadyState {
String^ get ();
}
member ReadyState : string with get
Property Value
Type:
String
See Also