API Diff between 0.5.1 and 0.8.1
2106 Additions
526 Removals
AngleSharp
-
public static class ApiExtensions
-
public class Configuration : IConfiguration
-
public static class ConfigurationExtensions
-
public static class ContextExtensions
-
public class DependencyResolver
-
public sealed class DocumentBuilder
- public static ICssStyleSheet Css(string sourceCode, IConfiguration configuration = null, string url = null)
- public static ICssStyleSheet Css(Uri url, IConfiguration configuration = null)
- public static ICssStyleSheet Css(Stream stream, IConfiguration configuration = null, string url = null)
- public static Task<ICssStyleSheet> CssAsync(Uri url, IConfiguration configuration = null)
- public static Task<ICssStyleSheet> CssAsync(Uri url, CancellationToken cancel, IConfiguration configuration = null)
- public static Task<ICssStyleSheet> CssAsync(Stream stream, IConfiguration configuration = null, string url = null)
- public static Task<ICssStyleSheet> CssAsync(Stream stream, CancellationToken cancel, IConfiguration configuration = null, string url = null)
- public static IDocument Html(string sourceCode, IConfiguration configuration = null, string url = null)
- public static IDocument Html(Uri url, IConfiguration configuration = null)
- public static IDocument Html(Stream content, IConfiguration configuration = null, string url = null)
- public static Task<IDocument> HtmlAsync(Uri url, IConfiguration configuration = null)
- public static Task<IDocument> HtmlAsync(Uri url, CancellationToken cancel, IConfiguration configuration = null)
- public static Task<IDocument> HtmlAsync(Stream content, IConfiguration configuration = null, string url = null)
- public static Task<IDocument> HtmlAsync(Stream content, CancellationToken cancel, IConfiguration configuration = null, string url = null)
- public static INodeList HtmlFragment(string sourceCode, IElement context = null, IConfiguration configuration = null)
- public ICssStyleSheet FromCss(string sourceCode)
- public ICssStyleSheet FromCss(Uri url)
- public ICssStyleSheet FromCss(Stream stream)
- public Task<ICssStyleSheet> FromCssAsync(Uri url)
- public Task<ICssStyleSheet> FromCssAsync(Uri url, CancellationToken cancel)
- public Task<ICssStyleSheet> FromCssAsync(Stream stream)
- public Task<ICssStyleSheet> FromCssAsync(Stream stream, CancellationToken cancel)
- public IDocument FromHtml(string sourceCode)
- public IDocument FromHtml(Uri url)
- public IDocument FromHtml(Stream stream)
- public Task<IDocument> FromHtmlAsync(Uri url)
- public Task<IDocument> FromHtmlAsync(Uri url, CancellationToken cancel)
- public Task<IDocument> FromHtmlAsync(Stream stream)
- public Task<IDocument> FromHtmlAsync(Stream stream, CancellationToken cancel)
- public static CSSStyleSheet Css(string sourceCode, IConfiguration configuration = null)
- public static CSSStyleSheet Css(Uri url, IConfiguration configuration = null)
- public static CSSStyleSheet Css(Stream stream, IConfiguration configuration = null)
- public static Task<CSSStyleSheet> CssAsync(Uri url, IConfiguration configuration = null)
- public static Task<CSSStyleSheet> CssAsync(Uri url, CancellationToken cancel, IConfiguration configuration = null)
- public static HTMLDocument Html(string sourceCode, IConfiguration configuration = null)
- public static HTMLDocument Html(Uri url, IConfiguration configuration = null)
- public static HTMLDocument Html(Stream stream, IConfiguration configuration = null)
- public static Task<HTMLDocument> HtmlAsync(Uri url, IConfiguration configuration = null)
- public static Task<HTMLDocument> HtmlAsync(Uri url, CancellationToken cancel, IConfiguration configuration = null)
- public static NodeList HtmlFragment(string sourceCode, Node context = null, IConfiguration configuration = null)
- public CSSStyleSheet FromCss(string sourceCode)
- public CSSStyleSheet FromCss(Uri url)
- public Task<CSSStyleSheet> FromCssAsync(Uri url)
- public Task<CSSStyleSheet> FromCssAsync(Uri url, CancellationToken cancel)
- public HTMLDocument FromHtml(string sourceCode)
- public HTMLDocument FromHtml(Uri url)
- public Task<HTMLDocument> FromHtmlAsync(Uri url)
- public Task<HTMLDocument> FromHtmlAsync(Uri url, CancellationToken cancel)
-
public interface IBrowsingContext
-
public sealed class DOMAttribute : Attribute
-
public static class Extensions
- public static T Attr<T>(this T elements, string attributeName, string attributeValue) where T : IEnumerable<Element>
- public static T Css<T>(this T elements, string declarations) where T : IEnumerable<Element>
- public static CSSStyleSheet GetCss(this Uri uri, IConfiguration configuration = null)
- public static Task<CSSStyleSheet> GetCssAsync(this Uri uri, IConfiguration configuration = null)
- public static Task<CSSStyleSheet> GetCssAsync(this Uri uri, CancellationToken cancel, IConfiguration configuration = null)
- public static HTMLDocument GetHtml(this Uri uri, IConfiguration configuration = null)
- public static Task<HTMLDocument> GetHtmlAsync(this Uri uri, IConfiguration configuration = null)
- public static Task<HTMLDocument> GetHtmlAsync(this Uri uri, CancellationToken cancel, IConfiguration configuration = null)
- public static T Html<T>(this T elements, string html) where T : IEnumerable<Element>
- public static CSSStyleSheet ParseCss(this string content, IConfiguration configuration = null)
- public static HTMLDocument ParseHtml(this string content, IConfiguration configuration = null)
- public static HTMLCollection QueryXpath(this Document document, string xpath)
- public static HTMLCollection QueryXpath(this Element element, string xpath)
- public static HTMLCollection QueryXpath(this NodeList nodes, string xpath)
- public static T Text<T>(this T elements, string text) where T : IEnumerable<Element>
-
public enum HttpMethod
-
public interface IConfiguration
-
public interface IDependencyResolver
-
public interface IInfo
-
public struct TextPosition : IEquatable<TextPosition>, IComparable<TextPosition>
-
public struct : IEquatable<TextRange>, IComparable<TextRange>
-
public class Url : IEquatable<Url>
-
public struct TransformMatrix : IEquatable<TransformMatrix>, ICssObject
- public static readonly TransformMatrix One
- public static readonly TransformMatrix Zero
- public float M11 { get; }
- public float M12 { get; }
- public float M13 { get; }
- public float M21 { get; }
- public float M22 { get; }
- public float M23 { get; }
- public float M31 { get; }
- public float M32 { get; }
- public float M33 { get; }
- public float Tx { get; }
- public float Ty { get; }
- public float Tz { get; }
- public TransformMatrix(float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33, float tx, float ty, float tz)
- public static TransformMatrix op_Multiply(TransformMatrix a, TransformMatrix b)
- public bool Equals(TransformMatrix other)
- public string ToCss()
AngleSharp.Attributes
AngleSharp.Css
AngleSharp.Css.Values
AngleSharp.DOM
-
public enum AdjacentPosition
-
public struct Angle : IEquatable<Angle>, ICssObject
-
public sealed class Attr : Node, IAttr, INode
- public bool IsId { get; }
- public string Name { get; }
- public bool Specified { get; }
- public string Value { get; set; }
-
public sealed class CDATASection : CharacterData
-
public abstract class CharacterData : Node
-
public struct Color : IEquatable<Color>, ICssObject
- public static readonly Color Black
- public static readonly Color Blue
- public static readonly Color Green
- public static readonly Color Magenta
- public static readonly Color PureGreen
- public static readonly Color Red
- public static readonly Color Transparent
- public static readonly Color White
- public byte A { get; }
- public double Alpha { get; }
- public byte B { get; }
- public byte G { get; }
- public byte R { get; }
- public int Value { get; }
- public Color(byte r, byte g, byte b)
- public Color(byte r, byte g, byte b, byte a)
- public Color(byte r, byte g, byte b, double a)
- public static Color FromHex(string color)
- public static Color FromHsl(float h, float s, float l)
- public static Color FromHsla(float h, float s, float l, float alpha)
- public static Color? FromName(string name)
- public static Color FromRgb(byte r, byte g, byte b)
- public static Color FromRgba(byte r, byte g, byte b, double a)
- public static Color Mix(Color above, Color below)
- public static Color Mix(double alpha, Color above, Color below)
- public static bool op_Equality(Color a, Color b)
- public static bool op_Inequality(Color a, Color b)
- public static bool TryFromHex(string color, out Color value)
- public bool Equals(Color other)
- public string ToCss()
-
public sealed class : CharacterData
-
public enum ContentEditableMode
-
public enum DirectionMode
-
public class Document : Node, IDocument, INode, IQueryElements, IDocumentStyle
-
public sealed class DocumentFragment : Node, IDocumentFragment, INode, IQueryElements
-
public enum DocumentPosition
-
public sealed class DocumentType : Node
-
public sealed class DOMException : Exception
- public int Code { get; }
- public string Name { get; }
-
public sealed class DOMImplementation : IDOMImplementation
-
public class Element : Node, IElement, INode, IQueryElements
- public int ChildElementCount { get; }
- public HTMLCollection Children { get; }
- public DOMTokenList ClassList { get; }
- public string ClassName { get; set; }
- public int ClientHeight { get; }
- public int ClientLeft { get; }
- public int ClientTop { get; }
- public int ClientWidth { get; }
- public ContentEditableMode ContentEditable { get; set; }
- public DOMStringMap Dataset { get; }
- public DirectionMode Dir { get; set; }
- public Element FirstElementChild { get; }
- public string Id { get; set; }
- public string InnerHTML { get; set; }
- public bool IsContentEditable { get; }
- public bool IsFocused { get; }
- public bool IsHovered { get; }
- public string Lang { get; set; }
- public Element LastElementChild { get; }
- public Element NextElementSibling { get; }
- public int OffsetHeight { get; }
- public int OffsetLeft { get; }
- public Element OffsetParent { get; }
- public int OffsetTop { get; }
- public int OffsetWidth { get; }
- public string OuterHTML { get; set; }
- public Element PreviousElementSibling { get; }
- public int ScrollHeight { get; }
- public int ScrollLeft { get; set; }
- public int ScrollTop { get; set; }
- public int ScrollWidth { get; }
- public bool Spellcheck { get; set; }
- public CSSStyleDeclaration Style { get; }
- public int TabIndex { get; set; }
- public string TagName { get; }
- public string Title { get; set; }
- protected static bool ToBoolean(string value, bool defaultValue = false)
- protected static T ToEnum<T>(string value, T defaultValue) where T : struct
- protected static int ToInteger(string value, int defaultValue = 0)
- protected static uint ToInteger(string value, uint defaultValue = 0)
- public Element After(Node[] nodes)
- public Element Append(Node[] nodes)
- public Element Before(Node[] nodes)
- protected void FireSimpleEvent(string eventName)
- public string GetAttribute(string attrName)
- public Attr GetAttributeNode(string attrName)
- public Attr GetAttributeNodeNS(string namespaceURI, string attrName)
- public string GetAttributeNS(string namespaceURI, string localAttrName)
- public HTMLCollection GetElementsByClassName(string classNames)
- public HTMLCollection GetElementsByTagName(string tagName)
- public HTMLCollection GetElementsByTagNameNS(string namespaceURI, string tagName)
- public bool HasAttribute(string attrName)
- public bool HasAttributeNS(string namespaceURI, string attrName)
- protected string HyperRef(string url)
- public void insertAdjacentHTML(AdjacentPosition position, string html)
- public Element NormalizeNamespaces()
- public Element Prepend(Node[] nodes)
- public Element QuerySelector(string selectors)
- public HTMLCollection QuerySelectorAll(string selectors)
- public Element Remove()
- public Element RemoveAttribute(string attrName)
- public Attr RemoveAttributeNode(Attr attr)
- public Element RemoveAttributeNS(string namespaceURI, string localAttrName)
- public Element Replace(Node[] nodes)
- public Element SetAttribute(string name, string value)
- public Attr SetAttributeNode(Attr attr)
- public Attr SetAttributeNodeNS(string namespaceURI, Attr attr)
- public Element SetAttributeNS(string namespaceURI, string name, string value)
-
public sealed class Entity : Node
-
public sealed class EntityReference : Node
-
public abstract class Event : IEvent
-
public class EventListener : IEventListener
-
public enum EventPhase
-
public class EventTarget : IEventTarget
-
public sealed class FileEntry
-
public sealed class FormControlState
-
public enum HorizontalAlignment
-
public interface IWindow
-
public struct Length : IEquatable<Length>, ICssObject
-
public sealed class Location : ICssObject
- public string Data { get; }
- public string Hash { get; set; }
- public string Host { get; set; }
- public string HostName { get; set; }
- public string Href { get; set; }
- public bool IsRelative { get; }
- public string Password { get; set; }
- public string PathName { get; set; }
- public string Port { get; set; }
- public string Protocol { get; set; }
- public string Search { get; set; }
- public string UserName { get; set; }
- public string ToCss()
-
public class Node : INode, IHtmlObject
-
public enum NodeType
-
public sealed class Notation : Node
-
public struct Percent : IEquatable<Percent>, ICssObject
-
public sealed class ProcessingInstruction : Node
- public string Data { get; set; }
- public string Target { get; set; }
-
public enum QuirksMode
-
public sealed class Range : IRange
-
public enum RangePosition
-
public enum RangeType
-
public enum Readiness
-
public abstract class RenderingContext
-
public sealed class Shadow
-
public class StyleSheet
-
public sealed class TextNode : CharacterData
-
public struct Time : IEquatable<Time>, ICssObject
-
public enum VerticalAlignment
-
public enum Visibility
AngleSharp.DOM.Collections
-
public abstract class BaseCollection<T> : IHtmlObject, IEnumerable<T>, IEnumerable where T : Node
-
public sealed class CSSStyleDeclaration : IEnumerable<CSSProperty>, IEnumerable
-
public sealed class DOMStringList : IEnumerable<string>, IEnumerable
-
public sealed class DOMStringMap : IEnumerable<KeyValuePair<string, string>>, IEnumerable
-
public sealed class DOMTokenList : IHtmlObject, IEnumerable<string>, IEnumerable
-
public class FileList : ICollection<FileEntry>, IEnumerable<FileEntry>, IEnumerable
-
public sealed class HTMLCollection : HTMLCollection<Element>
-
public class HTMLCollection<T> : IEnumerable<T>, IEnumerable where T : Element
-
public sealed class HTMLFormControlsCollection : HTMLCollection<HTMLFormControlElement>
-
public sealed class MediaList : IEnumerable<string>, IEnumerable
-
public sealed class NamedNodeMap : IHtmlObject, IEnumerable<Attr>, IEnumerable
-
public sealed class NodeList : BaseCollection<Node>
-
public sealed class StyleSheetList : IEnumerable<StyleSheet>, IEnumerable
AngleSharp.DOM.Css
AngleSharp.DOM.Css.Media
AngleSharp.DOM.Css.Properties
AngleSharp.DOM.Html
-
public enum Alignment
-
public enum
-
public sealed class HTMLAnchorElement : HTMLElement, IFormatting
- public string AccessKey { get; set; }
- public string Charset { get; set; }
- public string Download { get; set; }
- public string Hash { get; set; }
- public string Host { get; set; }
- public string HostName { get; set; }
- public string Href { get; set; }
- public string Hreflang { get; set; }
- public string Media { get; set; }
- public string Name { get; set; }
- public string PathName { get; set; }
- public string Port { get; set; }
- public string Protocol { get; set; }
- public string Rel { get; set; }
- public DOMTokenList RelList { get; }
- public string Search { get; set; }
- public string Target { get; set; }
- public string Text { get; set; }
- public string Type { get; set; }
-
public sealed class HTMLAppletElement : HTMLElement, IScopeElement
-
public sealed class HTMLAreaElement : HTMLElement
- public string AccessKey { get; set; }
- public string Alt { get; set; }
- public string Coords { get; set; }
- public string Href { get; set; }
- public string HrefLang { get; set; }
- public string Media { get; set; }
- public string Rel { get; set; }
- public DOMTokenList RelList { get; }
- public string Shape { get; set; }
- public string Target { get; set; }
- public string Type { get; set; }
-
public sealed class HTMLAudioElement : HTMLMediaElement
-
public sealed class HTMLBaseElement : HTMLElement
- public string Href { get; set; }
- public string Target { get; set; }
-
public sealed class HTMLBaseFontElement : HTMLElement
-
public sealed class HTMLBodyElement : HTMLElement, IImplClosed
- public string ALink { get; set; }
- public string Background { get; set; }
- public string BgColor { get; set; }
- public string Link { get; set; }
- public string Text { get; set; }
- public string VLink { get; set; }
-
public sealed class HTMLBRElement : HTMLElement
-
public sealed class HTMLButtonElement : HTMLFormControlElement
-
public sealed class HTMLCanvasElement : HTMLElement
-
public sealed class HTMLDataListElement : HTMLElement
-
public sealed class HTMLDetailsElement : HTMLElement
- public bool Open { get; set; }
-
public sealed class HTMLDialogElement : HTMLElement
-
public sealed class HTMLDirectoryElement : HTMLElement
-
public sealed class HTMLDivElement : HTMLElement
-
public sealed class HTMLDListElement : HTMLElement
-
public sealed class HTMLDocument : Document, IHTMLDocument, IDocument, INode, IQueryElements
-
public class HTMLElement : Element
-
public sealed class HTMLEmbedElement : HTMLElement
-
public sealed class HTMLFieldSetElement : HTMLFormControlElement
-
public sealed class HTMLFontElement : HTMLElement, IFormatting
-
public abstract class HTMLFormControlElement : HTMLElement, ILabelabelElement, IValidation
-
public abstract class HTMLFormControlElementWithState : HTMLFormControlElement
-
public sealed class HTMLFormElement : HTMLElement
-
public sealed class HTMLFrameElement : HTMLFrameElementBase
-
public abstract class HTMLFrameElementBase : HTMLFrameOwnerElement
-
public abstract class HTMLFrameOwnerElement : HTMLElement
-
public sealed class HTMLFrameSetElement : HTMLElement
- public uint Cols { get; set; }
- public uint Rows { get; set; }
-
public sealed class HTMLHeadElement : HTMLElement
-
public sealed class HTMLHeadingElement : HTMLElement
-
public sealed class HTMLHRElement : HTMLElement
-
public sealed class HTMLHtmlElement : HTMLElement, IScopeElement, ITableScopeElement, ITableSectionScopeElement, IImplClosed
-
public sealed class HTMLIFrameElement : HTMLFrameElementBase
-
public sealed class HTMLImageElement : HTMLElement
-
public sealed class HTMLInputElement : HTMLTextFormControlElement
-
public sealed class HTMLIsIndexElement : HTMLElement
-
public sealed class HTMLKeygenElement : HTMLFormControlElementWithState
-
public sealed class HTMLLabelElement : HTMLElement
-
public sealed class HTMLLegendElement : HTMLElement
-
public sealed class HTMLLIElement : HTMLElement, IImpliedEnd, IImplClosed
-
public sealed class HTMLLinkElement : HTMLElement, IStyleSheet
-
public sealed class HTMLMapElement : HTMLElement
-
public sealed class HTMLMarqueeElement : HTMLElement, IScopeElement
-
public abstract class HTMLMediaElement : HTMLElement
-
public sealed class : HTMLElement
- public enum
- public string { get; set; }
- public MenuType { get; set; }
-
public sealed class : HTMLElement
- public enum
- public bool { get; set; }
- public Element Command { get; }
- public bool { get; set; }
- public bool { get; set; }
- public string { get; set; }
- public string { get; set; }
- public string { get; set; }
- public ItemType { get; set; }
-
public sealed class HTMLMetaElement : HTMLElement
- public string Content { get; set; }
- public string HttpEquiv { get; set; }
- public string Name { get; set; }
- public string Scheme { get; set; }
-
public sealed class HTMLModElement : HTMLElement
- public string Cite { get; set; }
- public string Datetime { get; set; }
-
public sealed class HTMLObjectElement : HTMLFormControlElement, IScopeElement
-
public sealed class HTMLOListElement : HTMLElement, IListScopeElement
-
public sealed class HTMLOptGroupElement : HTMLElement, ISelectScopeElement, IImpliedEnd, IImplClosed
- public bool Disabled { get; set; }
- public string Label { get; set; }
-
public sealed class HTMLOptionElement : HTMLElement, ISelectScopeElement, IImpliedEnd, IImplClosed
-
public sealed class HTMLOutputElement : HTMLFormControlElement
-
public sealed class HTMLParagraphElement : HTMLElement, IImpliedEnd, IImplClosed
-
public sealed class HTMLParamElement : HTMLElement
- public string Name { get; set; }
- public string Value { get; set; }
-
public sealed class HTMLPreElement : HTMLElement
-
public sealed class HTMLProgressElement : HTMLElement, ILabelabelElement
-
public sealed class HTMLQuoteElement : HTMLElement
-
public sealed class HTMLScriptElement : HTMLElement
-
public sealed class HTMLSelectElement : HTMLFormControlElementWithState
-
public sealed class HTMLSourceElement : HTMLElement
- public string Media { get; set; }
- public string Src { get; set; }
- public string Type { get; set; }
-
public sealed class HTMLSpanElement : HTMLElement
-
public sealed class HTMLStyleElement : HTMLElement, IStyleSheet
-
public sealed class HTMLTableCaptionElement : HTMLElement, IScopeElement
-
public sealed class HTMLTableCellElement : HTMLElement, IScopeElement, IImplClosed
-
public sealed class HTMLTableColElement : HTMLElement
-
public sealed class HTMLTableElement : HTMLElement, IScopeElement, ITableScopeElement, ITableSectionScopeElement
-
public sealed class HTMLTableRowElement : HTMLElement, IImplClosed
-
public sealed class HTMLTableSectionElement : HTMLElement, IImplClosed, ITableSectionScopeElement
-
public sealed class HTMLTemplateElement : HTMLElement, IScopeElement, ITableScopeElement, ITableSectionScopeElement
-
public sealed class HTMLTextAreaElement : HTMLTextFormControlElement
-
public abstract class HTMLTextFormControlElement : HTMLFormControlElementWithState
-
public sealed class HTMLTitleElement : HTMLElement
- public string Text { get; set; }
-
public sealed class HTMLTrackElement : HTMLElement
-
public sealed class HTMLUListElement : HTMLElement, IListScopeElement
-
public sealed class HTMLUnknownElement : HTMLElement
-
public sealed class HTMLVideoElement : HTMLMediaElement
-
public interface ILabelabelElement
-
public enum PowerState
-
public sealed class ValidityState : IValidityState
AngleSharp.DOM.Svg
AngleSharp.Dom
-
public enum AdjacentPosition
-
public enum CacheStatus
-
public enum
-
public enum DirectionMode
-
public enum DocumentPositions
-
public enum DocumentReadyState
-
public sealed delegate DomEventHandler : MulticastDelegate
-
public sealed class DomException : Exception, IDomException
-
public abstract class EventTarget : IEventTarget
-
public enum FilterResult
-
public enum FilterSettings
-
public enum HorizontalAlignment
-
public interface IApplicationCache : IEventTarget
-
public interface IAttr
-
public interface ICharacterData : INode, IEventTarget, IChildNode, INonDocumentTypeChildNode
-
public interface IChildNode
-
public interface : ICharacterData, INode, IEventTarget, IChildNode, INonDocumentTypeChildNode
-
public interface IDocument : INode, IEventTarget, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
-
public interface IDocumentFragment : INode, IEventTarget, IParentNode, INonElementParentNode
-
public interface IDocumentStyle
-
public interface IDocumentType : INode, IEventTarget, IChildNode
-
public interface IDomException
-
public interface IElement : INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode
-
public interface IElementMap : IEnumerable<KeyValuePair<string, IElement>>, IEnumerable
-
public interface IEventTarget
-
public interface IHistory
-
public interface IHtmlAllCollection : IHtmlCollection, IEnumerable<IElement>, IEnumerable
-
public interface IHtmlCollection : IEnumerable<IElement>, IEnumerable
-
public interface IImplementation
-
public interface ILinkStyle
-
public interface ILocation : IUrlUtilities
-
public interface IMutationRecord
-
public interface INode : IEventTarget
-
public interface INodeIterator
-
public interface INodeList : IEnumerable<INode>, IEnumerable
-
public interface INonDocumentTypeChildNode
-
public interface INonElementParentNode
-
public interface IParentNode
-
public interface IProcessingInstruction : ICharacterData, INode, IEventTarget, IChildNode, INonDocumentTypeChildNode
-
public interface IPseudoElement : IStyleUtilities
-
public interface IRange
-
public interface IScriptEngine
-
public interface ISettableTokenList : ITokenList, IEnumerable<string>, IEnumerable
-
public interface IStringList : IEnumerable<string>, IEnumerable
-
public interface IStringMap : IEnumerable<KeyValuePair<string, string>>, IEnumerable
-
public interface IStyleEngine
-
public interface IStyleSheet
-
public interface IStyleSheetList : IEnumerable<IStyleSheet>, IEnumerable
-
public interface IText : ICharacterData, INode, IEventTarget, IChildNode, INonDocumentTypeChildNode
-
public interface ITokenList : IEnumerable<string>, IEnumerable
-
public interface ITreeWalker
-
public interface IUrlUtilities
-
public interface IWindow : IEventTarget, IGlobalEventHandlers, IWindowEventHandlers, IWindowTimers
-
public interface IWindowTimers
-
public sealed delegate MutationCallback : MulticastDelegate
-
public sealed class MutationObserver
-
public sealed class MutationObserverInit
-
public sealed delegate NodeFilter : MulticastDelegate
-
public enum NodeType
-
public enum RangePosition
-
public enum RangeType
-
public enum Sandboxes
-
public sealed class ScriptOptions
-
public sealed class StyleOptions
-
public enum VerticalAlignment
-
public enum Visibility
AngleSharp.Dom.Css
-
public struct Angle : IEquatable<Angle>, IComparable<Angle>, IFormattable, ICssValue
-
public enum AnimationDirection
-
public enum AnimationFillStyle
-
public enum BackgroundAttachment
-
public enum BackgroundRepeat
-
public enum BlendMode
-
public enum BorderRepeat
-
public enum BoxModel
-
public enum BreakMode
-
public enum ClearMode
-
public struct Color : IEquatable<Color>, IComparable<Color>, IFormattable, ICssValue
-
public enum CssRuleType
-
public class CssStyleEngine : IStyleEngine
-
public enum CssValueType
-
public enum DisplayMode
-
public enum Floating
-
public enum FontSize
-
public enum FontStretch
-
public enum FontStyle
-
public enum FontVariant
-
public struct Frequency : IEquatable<Frequency>, IComparable<Frequency>, IFormattable, ICssValue
-
public enum HoverAbility
-
public interface ICssAnimationDelayProperty : ICssProperty
-
public interface ICssAnimationDirectionProperty : ICssProperty
-
public interface ICssAnimationDurationProperty : ICssProperty
-
public interface ICssAnimationFillModeProperty : ICssProperty
-
public interface ICssAnimationIterationCountProperty : ICssProperty
-
public interface ICssAnimationNameProperty : ICssProperty
-
public interface ICssAnimationPlayStateProperty : ICssProperty
-
public interface ICssAnimationProperty : ICssProperty, ICssAnimationDelayProperty, ICssAnimationDirectionProperty, ICssAnimationDurationProperty, ICssAnimationFillModeProperty, ICssAnimationIterationCountProperty, ICssAnimationNameProperty, ICssAnimationTimingFunctionProperty, ICssAnimationPlayStateProperty
-
public interface ICssAnimationTimingFunctionProperty : ICssProperty
-
public interface ICssBackfaceVisibilityProperty : ICssProperty
-
public interface ICssBackgroundAttachmentProperty : ICssProperty
-
public interface ICssBackgroundClipProperty : ICssProperty
-
public interface ICssBackgroundColorProperty : ICssProperty
-
public interface ICssBackgroundImageProperty : ICssProperty
-
public interface ICssBackgroundOriginProperty : ICssProperty
-
public interface ICssBackgroundPositionProperty : ICssProperty
-
public interface ICssBackgroundProperty : ICssProperty, ICssBackgroundAttachmentProperty, ICssBackgroundClipProperty, ICssBackgroundColorProperty, ICssBackgroundImageProperty, ICssBackgroundOriginProperty, ICssBackgroundPositionProperty, ICssBackgroundRepeatProperty, ICssBackgroundSizeProperty
-
public interface ICssBackgroundRepeatProperty : ICssProperty
-
public interface ICssBackgroundSizeProperty : ICssProperty
-
public interface ICssBorderBottomLeftRadiusProperty : ICssProperty
-
public interface ICssBorderBottomRightRadiusProperty : ICssProperty
-
public interface ICssBorderCollapseProperty : ICssProperty
-
public interface ICssBorderColorProperty : ICssProperty
-
public interface ICssBorderColorsProperty : ICssProperty
-
public interface ICssBorderImageOutsetProperty : ICssProperty
-
public interface ICssBorderImageProperty : ICssProperty, ICssBorderImageWidthProperty, ICssBorderImageSourceProperty, ICssBorderImageSliceProperty, ICssBorderImageRepeatProperty, ICssBorderImageOutsetProperty
-
public interface ICssBorderImageRepeatProperty : ICssProperty
-
public interface ICssBorderImageSliceProperty : ICssProperty
-
public interface ICssBorderImageSourceProperty : ICssProperty
-
public interface ICssBorderImageWidthProperty : ICssProperty
-
public interface ICssBorderProperty : ICssProperty, ICssBorderWidthProperty, ICssBorderStyleProperty, ICssBorderColorProperty
-
public interface ICssBorderRadiusProperty : ICssProperty, ICssBorderBottomLeftRadiusProperty, ICssBorderBottomRightRadiusProperty, ICssBorderTopLeftRadiusProperty, ICssBorderTopRightRadiusProperty
-
public interface ICssBorderSpacingProperty : ICssProperty
-
public interface ICssBorderStyleProperty : ICssProperty
-
public interface ICssBorderStylesProperty : ICssProperty
-
public interface ICssBorderTopLeftRadiusProperty : ICssProperty
-
public interface ICssBorderTopRightRadiusProperty : ICssProperty
-
public interface ICssBorderWidthProperty : ICssProperty
-
public interface ICssBorderWidthsProperty : ICssProperty
-
public interface ICssBottomProperty : ICssProperty
-
public interface ICssBoxDecorationBreak : ICssProperty
-
public interface ICssBoxShadowProperty : ICssProperty
-
public interface ICssBreakAfterProperty : ICssProperty
-
public interface ICssBreakBeforeProperty : ICssProperty
-
public interface ICssBreakInsideProperty : ICssProperty
-
public interface ICssCaptionSideProperty : ICssProperty
-
public interface ICssCharsetRule : ICssRule
-
public interface ICssClearProperty : ICssProperty
-
public interface ICssClipProperty : ICssProperty
-
public interface ICssColorProperty : ICssProperty
-
public interface ICssColumnCountProperty : ICssProperty
-
public interface ICssColumnFillProperty : ICssProperty
-
public interface ICssColumnGapProperty : ICssProperty
-
public interface ICssColumnRuleColorProperty : ICssProperty
-
public interface ICssColumnRuleProperty : ICssProperty, ICssColumnRuleColorProperty, ICssColumnRuleStyleProperty, ICssColumnRuleWidthProperty
-
public interface ICssColumnRuleStyleProperty : ICssProperty
-
public interface ICssColumnRuleWidthProperty : ICssProperty
-
public interface ICssColumnSpanProperty : ICssProperty
-
public interface ICssColumnsProperty : ICssProperty, ICssColumnWidthProperty, ICssColumnCountProperty
-
public interface ICssColumnWidthProperty : ICssProperty
-
public interface ICssConditionRule : ICssGroupingRule, ICssRule
-
public interface ICssContentProperty : ICssProperty
-
public interface ICssCounterIncrementProperty : ICssProperty
-
public interface ICssCounterResetProperty : ICssProperty
-
public interface ICssCounterStyleRule : ICssRule
-
public interface ICssCursorProperty : ICssProperty
-
public interface ICssDirectionProperty : ICssProperty
-
public interface ICssDisplayProperty : ICssProperty
-
public interface ICssDocumentRule : ICssConditionRule, ICssGroupingRule, ICssRule
-
public interface ICssEmptyCellsProperty : ICssProperty
-
public interface ICssFloatProperty : ICssProperty
-
public interface ICssFontFaceRule : ICssRule
-
public interface ICssFontFamilyProperty : ICssProperty
-
public interface ICssFontFeatureValuesRule : ICssRule
-
public interface ICssFontProperty : ICssProperty, ICssFontStyleProperty, ICssFontVariantProperty, ICssFontWeightProperty, ICssFontStretchProperty, ICssFontSizeProperty, ICssFontFamilyProperty, ICssLineHeightProperty
-
public interface ICssFontSizeProperty : ICssProperty
-
public interface ICssFontStretchProperty : ICssProperty
-
public interface ICssFontStyleProperty : ICssProperty
-
public interface ICssFontVariantProperty : ICssProperty
-
public interface ICssFontWeightProperty : ICssProperty
-
public interface ICssGroupingRule : ICssRule
-
public interface ICssHeightProperty : ICssProperty
-
public interface ICssImportRule : ICssRule
-
public interface ICssKeyframeRule : ICssRule
-
public interface ICssKeyframesRule : ICssRule
-
public interface ICssLeftProperty : ICssProperty
-
public interface ICssLetterSpacingProperty : ICssProperty
-
public interface ICssLineHeightProperty : ICssProperty
-
public interface ICssListStyleImageProperty : ICssProperty
-
public interface ICssListStylePositionProperty : ICssProperty
-
public interface ICssListStyleProperty : ICssProperty, ICssListStyleImageProperty, ICssListStylePositionProperty, ICssListStyleTypeProperty
-
public interface ICssListStyleTypeProperty : ICssProperty
-
public interface ICssMarginBottomProperty : ICssProperty
-
public interface ICssMarginLeftProperty : ICssProperty
-
public interface ICssMarginProperty : ICssProperty, ICssMarginBottomProperty, ICssMarginLeftProperty, ICssMarginRightProperty, ICssMarginTopProperty
-
public interface ICssMarginRightProperty : ICssProperty
-
public interface ICssMarginRule : ICssRule
-
public interface ICssMarginTopProperty : ICssProperty
-
public interface ICssMaxHeightProperty : ICssProperty
-
public interface ICssMaxWidthProperty : ICssProperty
-
public interface ICssMediaRule : ICssConditionRule, ICssGroupingRule, ICssRule
-
public interface ICssMinHeightProperty : ICssProperty
-
public interface ICssMinWidthProperty : ICssProperty
-
public interface ICssNamespaceRule : ICssRule
-
public interface ICssOpacityProperty : ICssProperty
-
public interface ICssOrphansProperty : ICssProperty
-
public interface ICssOutlineColorProperty : ICssProperty
-
public interface ICssOutlineProperty : ICssProperty, ICssOutlineColorProperty, ICssOutlineStyleProperty, ICssOutlineWidthProperty
-
public interface ICssOutlineStyleProperty : ICssProperty
-
public interface ICssOutlineWidthProperty : ICssProperty
-
public interface ICssOverflowProperty : ICssProperty
-
public interface ICssPaddingBottomProperty : ICssProperty
-
public interface ICssPaddingLeftProperty : ICssProperty
-
public interface ICssPaddingProperty : ICssProperty, ICssPaddingBottomProperty, ICssPaddingRightProperty, ICssPaddingTopProperty, ICssPaddingLeftProperty
-
public interface ICssPaddingRightProperty : ICssProperty
-
public interface ICssPaddingTopProperty : ICssProperty
-
public interface ICssPageBreakAfterProperty : ICssProperty
-
public interface ICssPageBreakBeforeProperty : ICssProperty
-
public interface ICssPageBreakInsideProperty : ICssProperty
-
public interface : ICssGroupingRule, ICssRule
-
public interface ICssPerspectiveOriginProperty : ICssProperty
-
public interface ICssPerspectiveProperty : ICssProperty
-
public interface ICssPositionProperty : ICssProperty
-
public interface ICssProperty
-
public interface ICssQuotesProperty : ICssProperty
-
public interface ICssRightProperty : ICssProperty
-
public interface ICssRule
-
public interface ICssRuleList : IEnumerable<ICssRule>, IEnumerable
-
public interface ICssStyleDeclaration : IEnumerable<ICssProperty>, IEnumerable
-
public interface ICssStyleRule : ICssRule
-
public interface ICssStyleSheet : IStyleSheet
-
public interface ICssSupportsRule : ICssConditionRule, ICssGroupingRule, ICssRule
-
public interface ICssTableLayoutProperty : ICssProperty
-
public interface ICssTextAlignProperty : ICssProperty
-
public interface ICssTextDecorationColorProperty : ICssProperty
-
public interface ICssTextDecorationLineProperty : ICssProperty
-
public interface ICssTextDecorationProperty : ICssProperty, ICssTextDecorationColorProperty, ICssTextDecorationLineProperty, ICssTextDecorationStyleProperty
-
public interface ICssTextDecorationStyleProperty : ICssProperty
-
public interface ICssTextIndentProperty : ICssProperty
-
public interface ICssTextShadowProperty : ICssProperty
-
public interface ICssTextTransformProperty : ICssProperty
-
public interface ICssTopProperty : ICssProperty
-
public interface ICssTransformOriginProperty : ICssProperty
-
public interface ICssTransformProperty : ICssProperty
-
public interface ICssTransformStyleProperty : ICssProperty
-
public interface ICssTransitionDelayProperty : ICssProperty
-
public interface ICssTransitionDurationProperty : ICssProperty
-
public interface ICssTransitionProperty : ICssProperty, ICssTransitionDelayProperty, ICssTransitionDurationProperty, ICssTransitionPropertyProperty, ICssTransitionTimingFunctionProperty
-
public interface ICssTransitionPropertyProperty : ICssProperty
-
public interface ICssTransitionTimingFunctionProperty : ICssProperty
-
public interface ICssUnicodeBidiProperty : ICssProperty
-
public interface ICssValue
-
public interface ICssVerticalAlignProperty : ICssProperty
-
public interface ICssVisibilityProperty : ICssProperty
-
public interface ICssWhitespaceProperty : ICssProperty
-
public interface ICssWidowsProperty : ICssProperty
-
public interface ICssWidthProperty : ICssProperty
-
public interface ICssWordSpacingProperty : ICssProperty
-
public interface ICssZIndexProperty : ICssProperty
-
public interface IElementCssInlineStyle
-
public interface IKeyframeSelector
-
public interface IMediaList : IEnumerable<string>, IEnumerable
-
public interface ISelector
-
public interface IStyleUtilities
-
public struct Length : IEquatable<Length>, IComparable<Length>, IFormattable, ICssValue
-
public enum LineStyle
-
public enum ListPosition
-
public enum ListStyle
-
public struct Number : IEquatable<Number>, IComparable<Number>, IFormattable, ICssValue
-
public enum ObjectFitting
-
public enum OverflowMode
-
public struct Percent : IEquatable<Percent>, IComparable<Percent>, IFormattable, ICssValue
-
public enum PlayState
-
public enum PointerAccuracy
-
public enum PositionMode
-
public struct Resolution : IEquatable<Resolution>, IComparable<Resolution>, IFormattable, ICssValue
-
public enum ScriptingState
-
public enum SystemCursor
-
public enum SystemFont
-
public enum TextDecorationLine
-
public enum TextDecorationStyle
-
public enum TextTransform
-
public struct Time : IEquatable<Time>, IComparable<Time>, IFormattable, ICssValue
-
public enum UnicodeMode
-
public enum UpdateFrequency
-
public enum Whitespace
AngleSharp.Dom.Events
AngleSharp.Dom.Html
-
public interface IHtmlAnchorElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IUrlUtilities
-
public interface IHtmlAreaElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IUrlUtilities
-
public interface IHtmlAudioElement : IHtmlMediaElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IMediaController
-
public interface IHtmlBaseElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlBodyElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IWindowEventHandlers
-
public interface IHtmlBreakRowElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlButtonElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
-
public interface IHtmlCanvasElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlCommandElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlDataListElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlDetailsElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlDialogElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlDivElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlElement : IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlEmbedElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlFieldSetElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
-
public interface IHtmlFormControlsCollection : IHtmlCollection, IEnumerable<IElement>, IEnumerable
-
public interface IHtmlFormElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlHeadElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlHeadingElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlHrElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlHtmlElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlImageElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlInputElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
-
public interface IHtmlKeygenElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
-
public interface IHtmlLabelElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlLegendElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlLinkElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, ILinkStyle
-
public interface IHtmlListItemElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlMapElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlMediaElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IMediaController
-
public interface : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlMetaElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlMeterElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlModElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlObjectElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
-
public interface IHtmlOptionElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlOptionsCollection : IHtmlCollection, IEnumerable<IElement>, IEnumerable
-
public interface IHtmlOptionsGroupElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlOrderedListElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlOutputElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
-
public interface IHtmlParagraphElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlParamElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlPreElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlProgressElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlQuoteElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlScriptElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlSelectElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
-
public interface IHtmlSourceElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlSpanElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlStyleElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, ILinkStyle
-
public interface IHtmlTableCaptionElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTableCellElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTableColumnElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTableDataCellElement : IHtmlTableCellElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTableElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface : IHtmlTableCellElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTableRowElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTableSectionElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTemplateElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTextAreaElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
-
public interface IHtmlTimeElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTitleElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlTrackElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlUnknownElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlUnorderedListElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlVideoElement : IHtmlMediaElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IMediaController
-
public interface ILabelabelElement
-
public interface IValidation
-
public interface IValidityState
-
public enum TrackReadyState
AngleSharp.Dom.Io
AngleSharp.Dom.Media
AngleSharp.Dom.Navigator
AngleSharp.Dom.Svg
-
public interface ISvgCircleElement : ISvgElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface ISvgDescriptionElement : ISvgElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface ISvgElement : IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface ISvgForeignObjectElement : ISvgElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface ISvgSvgElement : ISvgElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface ISvgTitleElement : ISvgElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
AngleSharp.Dom.Xml
AngleSharp.Linq
AngleSharp.Network
AngleSharp.Parser
AngleSharp.Parser.Css
-
public sealed class CssParser : IParser
- public ICssStyleSheet Result { get; }
- public bool IsQuirksMode { get; }
- public CSSStyleSheet Result { get; }
- public static IKeyframeSelector ParseKeyText(string keyText, IConfiguration configuration = null)
- public static ISelector ParseSelector(string selectorText, IConfiguration configuration = null)
- public static ICssStyleSheet ParseStyleSheet(string stylesheet, IConfiguration configuration = null)
- public static ICssValue ParseValue(string valueText, IConfiguration configuration = null)
- public ICssStyleSheet Parse()
- public Task<ICssStyleSheet> ParseAsync()
- public Task<ICssStyleSheet> ParseAsync(CancellationToken cancelToken)
- public CssParser(CSSStyleSheet stylesheet, string source)
- public CssParser(CSSStyleSheet stylesheet, Stream stream)
- public static CSSProperty ParseDeclaration(string declaration, IConfiguration configuration = null)
- public static CSSStyleDeclaration ParseDeclarations(string declarations, IConfiguration configuration = null)
- public static IEnumerable<CSSMedium> ParseMediaList(string source, IConfiguration configuration = null)
- public static CSSRule ParseRule(string rule, IConfiguration configuration = null)
- public static Selector ParseSelector(string selector, IConfiguration configuration = null)
- public static CSSStyleSheet ParseStyleSheet(string stylesheet, IConfiguration configuration = null)
- public static CSSValue ParseValue(string source, IConfiguration configuration = null)
- public void Parse()
- public Task ParseAsync()
AngleSharp.Parser.Html
AngleSharp.Services
AngleSharp.Services.Media