API Diff between 0.2.3 and 0.3.5
292 Additions
517 Removals
AngleSharp
AngleSharp.Css
AngleSharp.DOM
AngleSharp.DOM.Collections
-
public abstract class BaseCollection<T> : DOMCollection, IEnumerable<T>, IEnumerable where T : Node
-
public sealed class CSSStyleDeclaration : DOMCollection, IEnumerable<CSSProperty>, IEnumerable
-
public sealed class DOMStringList : List<string>
-
public abstract class DOMCollection
-
public sealed class DOMStringMap : DOMCollection
-
public sealed class DOMTokenList : DOMCollection, IEnumerable<string>, IEnumerable
-
public class FileList
-
public class HTMLCollection : BaseCollection<Element>
-
public class HTMLFormControlsCollection : HTMLCollection
-
public class MediaList : DOMCollection, IEnumerable<string>, IEnumerable
-
public class NamedNodeMap : DOMCollection, IEnumerable<Node>, IEnumerable
-
public sealed class NodeList : BaseCollection<Node>
-
public class StringList : StringCollection
-
public class StyleSheetList : DOMCollection, IEnumerable<StyleSheet>, IEnumerable
AngleSharp.DOM.Css
AngleSharp.DOM.Html
-
public enum Alignment
-
public enum HorizontalAlignment
-
public sealed class HTMLAnchorElement : HTMLFormattingElement
-
public sealed class HTMLAppletElement : HTMLElement
-
public sealed class HTMLAreaElement : HTMLElement
-
public sealed class HTMLAudioElement : HTMLMediaElement
-
public class HTMLBaseElement : HTMLElement
-
public class HTMLBaseFontElement : HTMLElement
-
public class HTMLBodyElement : HTMLElement
-
public sealed class HTMLBRElement : HTMLElement
-
public class HTMLButtonElement : HTMLElement
-
public sealed class HTMLCanvasElement : HTMLElement
-
public sealed class HTMLDataListElement : HTMLElement
-
public sealed class HTMLDetailsElement : HTMLElement
-
public class HTMLDialogElement : HTMLElement
-
public class HTMLDirectoryElement : HTMLElement
-
public sealed class HTMLDivElement : HTMLElement
-
public class HTMLDListElement : HTMLElement
-
public sealed class HTMLDocument : Document, IHTMLDocument, IDocument, INode, IQueryElements
-
public class HTMLElement : Element
-
public class HTMLEmbedElement : HTMLElement
-
public class HTMLFieldSetElement : HTMLElement
-
public class HTMLFontElement : HTMLFormattingElement
-
public abstract class HTMLFormControlElement : HTMLElement, ILabelabelElement, IValidation
-
public abstract class HTMLFormControlElementWithState : HTMLFormControlElement
-
public class HTMLFormattingElement : HTMLElement
-
public class HTMLFormElement : HTMLElement
-
public class HTMLFrameElement : HTMLElement
-
public abstract class HTMLFrameElementBase : HTMLFrameOwnerElement
-
public abstract class HTMLFrameOwnerElement : HTMLElement
-
public class HTMLFrameSetElement : HTMLElement
-
public class HTMLHeadElement : HTMLElement
-
public class HTMLHeadingElement : HTMLElement
-
public sealed class HTMLHRElement : HTMLElement
-
public sealed class HTMLHtmlElement : HTMLElement
-
public class HTMLIFrameElement : HTMLElement
-
public sealed class HTMLImageElement : HTMLElement
-
public sealed class HTMLInputElement : HTMLElement
-
public class HTMLIsIndexElement : HTMLElement
-
public sealed class HTMLKeygenElement : HTMLElement, IValidation
-
public class HTMLLabelElement : HTMLElement
-
public class HTMLLegendElement : HTMLElement
-
public class HTMLLIElement : HTMLElement
-
public sealed class HTMLLinkElement : HTMLElement, IStyleSheet
- public enum RelType
- public const string Tag = "link"
- public RelType Rel { get; set; }
- public string Rel { get; set; }
- public HTMLLinkElement()
-
public class HTMLMapElement : HTMLElement
-
public sealed class HTMLMarqueeElement : HTMLElement, IScopeElement
-
public abstract class HTMLMediaElement : HTMLElement
-
public sealed class : HTMLElement
- public const string = "menu"
- public ()
-
public sealed class : HTMLElement
- public const string = "menuitem"
- public ()
-
public class HTMLMetaElement : HTMLElement
-
public class HTMLModElement : HTMLElement
-
public class HTMLObjectElement : HTMLElement
-
public class HTMLOListElement : HTMLElement
-
public class HTMLOptGroupElement : HTMLElement
-
public class HTMLOptionElement : HTMLElement
-
public sealed class HTMLOutputElement : HTMLFormControlElement
-
public class HTMLParagraphElement : HTMLElement
-
public sealed class HTMLParamElement : HTMLElement
-
public class HTMLPreElement : HTMLElement
-
public sealed class HTMLProgressElement : HTMLElement
-
public class HTMLQuoteElement : HTMLElement
-
public abstract class HTMLRawtextElement : HTMLElement
-
public abstract class HTMLRCDataElement : HTMLElement
-
public class HTMLScriptElement : HTMLRawtextElement
-
public class HTMLSelectElement : HTMLElement
-
public sealed class HTMLSourceElement : HTMLElement
-
public class HTMLSpanElement : HTMLElement
-
public class HTMLStyleElement : HTMLRawtextElement, IStyleSheet
-
public class HTMLTableCaptionElement : HTMLElement
-
public class HTMLTableCellElement : HTMLElement
- public string Abbr { get; set; }
- public HorizontalAlignment Align { get; set; }
- public string Axis { get; set; }
- public string BgColor { get; set; }
- public int CellIndex { get; }
- public uint ColSpan { get; set; }
- public string { get; set; }
- public string Height { get; set; }
- public bool NoWrap { get; set; }
- public uint RowSpan { get; set; }
- public string Scope { get; set; }
- public VerticalAlignment VAlign { get; set; }
- public string Width { get; set; }
- public const string HeadTag = "th"
- public const string NormalTag = "td"
- public HTMLTableCellElement()
-
public class HTMLTableColElement : HTMLElement
-
public class HTMLTableElement : HTMLElement
-
public class HTMLTableRowElement : HTMLElement
-
public class HTMLTableSectionElement : HTMLElement
-
public sealed class HTMLTemplateElement : HTMLElement, IScopeElement, ITableScopeElement, ITableSectionScopeElement
-
public class HTMLTextAreaElement : HTMLRCDataElement
- public enum WrapType
- public uint Cols { get; set; }
- public uint Rows { get; set; }
- public int TextLength { get; }
- public string Type { get; }
- public WrapType Wrap { get; set; }
- public const string Tag = "textarea"
- public bool Disabled { get; set; }
- public string Name { get; set; }
- public bool Readonly { get; set; }
- public bool Required { get; set; }
- public HTMLTextAreaElement()
-
public abstract class HTMLTextFormControlElement : HTMLFormControlElementWithState
-
public class HTMLTitleElement : HTMLRCDataElement
-
public sealed class HTMLTrackElement : HTMLElement
-
public class HTMLUListElement : HTMLElement
-
public sealed class HTMLVideoElement : HTMLMediaElement
-
public enum HttpMethod
-
public enum VerticalAlignment
AngleSharp.DOM.Mathml
AngleSharp.DOM.Svg
AngleSharp.DOM.Xml
AngleSharp.Xml