Document.DefaultView

Document.DefaultView property

The defaultView IDL attribute of the Document interface, on getting, must return this Document’s browsing context’s WindowProxy object, if this Document has an associated browsing context, or null otherwise.

public IWindow DefaultView { get; }

See Also