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
IHtmlDocumentThe document to be filled.
completed
boolDetermines if parsing is done.
Properties
Document
Gets the document, which is to be filled.
public IHtmlDocument Document { get; }