AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0" />

.NET API 960,512 bytes

 Window

Represents a sample browsing Window implementation for automated tests, analysis and as a useful playground.
public IDocument Document { get; }

Gets a reference to the document that the window contains.

public bool IsClosed { get; }

Gets if the window is currently open or already closed.

public ILocation Location { get; }

Gets the location of the currently contained document.

public string Name { get; set; }

Gets or sets the name of the window.

public INavigator Navigator { get; }

Gets the user-agent information.

public int OuterHeight { get; set; }

Gets or sets the height of the outside of the browser window.

public int OuterWidth { get; set; }

Gets or sets the width of the outside of the browser window.

public IWindow Proxy { get; }

Gets the proxy to the current browsing context.

public int ScreenX { get; set; }

Gets or sets the horizontal distance of the left border of the user's browser from the left side of the screen.

public int ScreenY { get; set; }

Gets or sets the vertical distance of the top border of the user's browser from the top side of the screen.

public string Status { get; set; }

Gets or sets the status string.

public Window(Document document)

public void Dispose()