AngleSharp by AngleSharp

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

.NET API 1,230,848 bytes

 PageTransitionEvent

public class PageTransitionEvent : Event
Represents a page transition event argument.
public bool IsPersisted { get; }

Gets if a webpage is loading from a cache..

Creates a new event.

public PageTransitionEvent(string type, bool bubbles = false, bool cancelable = false, bool persisted = false)

Creates a new event and initializes it.

public void Init(string type, bool bubbles, bool cancelable, bool persisted)

Initializes the event.