Table of Contents

Class HtmlParseEvent

Namespace
AngleSharp.Html.Dom.Events
Assembly
AngleSharp.dll

The event that is published in case of starting HTML parsing.

public class HtmlParseEvent : Event
Inheritance
HtmlParseEvent
Inherited Members
Extension Methods

Constructors

HtmlParseEvent(IHtmlDocument, bool)

Creates a new event for starting HTML parsing.

public HtmlParseEvent(IHtmlDocument document, bool completed)

Parameters

document IHtmlDocument

The document to be filled.

completed bool

Determines if parsing is done.

Properties

Document

Gets the document, which is to be filled.

public IHtmlDocument Document { get; }

Property Value

IHtmlDocument