AngleSharp.DOM.Html
Namespace with 85 public types
Classes
HTMLAnchorElement
Represents an anchor element.
HTMLAppletElement
Represents the HTML applet element.
HTMLAreaElement
Represents the area element.
HTMLAudioElement
Represents the HTML audio element.
HTMLBaseElement
Represents the HTML base element.
HTMLBaseFontElement
Represents an HTML basefont element.
HTMLBodyElement
Represents the HTML body element.
HTMLBRElement
Represents the HTML br element.
HTMLButtonElement
Represents an HTML button element.
HTMLCanvasElement
Represents the HTML canvas element.
HTMLDataListElement
Represents the HTML datalist element.
HTMLDetailsElement
Represents the HTML details element.
HTMLDialogElement
Represents the object for HTML dialog elements.
HTMLDirectoryElement
Represents the HTML dir element.
HTMLDivElement
Represents the HTML div element.
HTMLDListElement
Represents the HTML dl element.
HTMLDocument
Represents an HTML document.
HTMLElement
Represents a standard HTML element in the node tree.
HTMLEmbedElement
Represents the embed element.
HTMLFieldSetElement
Represents the HTML fieldset element.
HTMLFontElement
Represents a font element.
HTMLFormElement
Represents the form element.
HTMLFrameElement
Represents the HTML frame element.
HTMLFrameSetElement
Represents the HTML frameset element.
HTMLHeadElement
Represents the HTML head element.
HTMLHeadingElement
Represents the an HTML heading element (h1, h2, h3, h4, h5, h6).
HTMLHRElement
Represents the hr element.
HTMLHtmlElement
Represents the HTML html element.
HTMLIFrameElement
Represents the HTML iframe element.
HTMLImageElement
Represents the image element.
HTMLInputElement
Represents an HTML input element.
HTMLIsIndexElement
Represents the HTML isindex element.
HTMLKeygenElement
Represents the keygen element.
HTMLLabelElement
Represents the HTML label element.
HTMLLegendElement
Represents the HTML legend element.
HTMLLIElement
Represents an HTML li, dd or dt tag.
HTMLLinkElement
Represents the HTML link element.
HTMLMapElement
Represents the HTML map element.
HTMLMarqueeElement
Represents the HTML marquee element.
HTMLMenuElement
Represents the HTML menu element.
HTMLMenuItemElement
Represents the HTML menuitem element.
HTMLMetaElement
Represents the HTML meta element.
HTMLModElement
Represents the HTML modifier (ins / del) element.
HTMLObjectElement
Represents the HTML object element.
HTMLOListElement
Represents the HTML ordered list (ol) element.
HTMLOptGroupElement
Represents the HTML optgroup element.
HTMLOptionElement
Represents the HTML option element.
HTMLOutputElement
Represents an HTML output element.
HTMLParagraphElement
Represents the HTML paragraph element.
HTMLParamElement
Represents a param element.
HTMLPreElement
Represents the HTML pre element.
HTMLProgressElement
Represents the HTML progress element.
HTMLQuoteElement
Rperesents the HTML quote element.
HTMLScriptElement
Represents an HTML script element.
HTMLSelectElement
Represents the select element.
HTMLSourceElement
Represents the HTML source element.
HTMLSpanElement
Represents the HTML span element.
HTMLStyleElement
Represents the HTML style element.
HTMLTableCaptionElement
Represents the HTML caption element.
HTMLTableCellElement
Represents the object for HTML table cell (td / th) elements.
HTMLTableColElement
Represents the HTML column (col / colgroup) element.
HTMLTableElement
Represents the HTML table element.
HTMLTableRowElement
Represents the HTML tr element.
HTMLTableSectionElement
Represents the object for HTML table section (thead / tbody / tfoot) elements.
HTMLTemplateElement
Represents the template element.
HTMLTextAreaElement
Represents a HTML textarea element.
HTMLTitleElement
Represents the title element.
HTMLTrackElement
Represents the HTML track element.
HTMLUListElement
The DOM Object representing the unordered list.
HTMLUnknownElement
The class for an unknown HTML element.
HTMLVideoElement
Represents the HTML video element.
ValidityState
A class for representing the current validity state.
Enumerations
Alignment
The list of possible horizontal alignments.
CORSSettings
This enumeration controls whether error information will be exposed for cross origins.
HorizontalAlignment
The list of possible horizontal alignments.
PowerState
An enumeration with two known power states: on and off.
QuirksMode
A list of possible quirks mode states.
VerticalAlignment
The list of possible vertical alignments.
Abstract Classes
HTMLFormControlElement
Represents the base class for all HTML form control elements.
HTMLFormControlElementWithState
Represents the base class for all HTML form controls that contain a state.
HTMLFrameElementBase
Represents the base class for frame elements.
HTMLFrameOwnerElement
Represents the base class for frame owned elements.
HTMLMediaElement
Represents the abstract base for HTML media (audio / video) elements.
HTMLTextFormControlElement
Represents the base class for all HTML text form controls.
Interfaces
ILabelabelElement
This interface marks elements that
allow to have an attached label.