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