API Diff between 0.9.6 and 0.8.9
1132 Additions
103 Removals
AngleSharp
AngleSharp.Attributes
AngleSharp.Css
-
public abstract class MediaFeature : IStyleFormattable
-
public static class FeatureNames
-
public static class FunctionNames
- public static readonly string Attr
- public static readonly string Calc
- public static readonly string Counter
- public static readonly string Counters
- public static readonly string CubicBezier
- public static readonly string Domain
- public static readonly string Gray
- public static readonly string Hsl
- public static readonly string Hsla
- public static readonly string Hwb
- public static readonly string Image
- public static readonly string LinearGradient
- public static readonly string Matrix
- public static readonly string Matrix3d
- public static readonly string Perspective
- public static readonly string RadialGradient
- public static readonly string Rect
- public static readonly string Regexp
- public static readonly string RepeatingLinearGradient
- public static readonly string RepeatingRadialGradient
- public static readonly string Rgb
- public static readonly string Rgba
- public static readonly string Rotate
- public static readonly string Rotate3d
- public static readonly string RotateX
- public static readonly string RotateY
- public static readonly string RotateZ
- public static readonly string Scale
- public static readonly string Scale3d
- public static readonly string ScaleX
- public static readonly string ScaleY
- public static readonly string ScaleZ
- public static readonly string Skew
- public static readonly string SkewX
- public static readonly string SkewY
- public static readonly string Steps
- public static readonly string Toggle
- public static readonly string Translate
- public static readonly string Translate3d
- public static readonly string TranslateX
- public static readonly string TranslateY
- public static readonly string TranslateZ
- public static readonly string Url
- public static readonly string UrlPrefix
-
public static class PropertyNames
-
public static class PseudoClassNames
-
public static class PseudoElementNames
-
public class RenderStyle
-
public static class RuleNames
- public static readonly string Charset
- public static readonly string Document
- public static readonly string FontFace
- public static readonly string Import
- public static readonly string Keyframes
- public static readonly string Media
- public static readonly string Namespace
- public static readonly string Page
- public static readonly string Supports
- public static readonly string ViewPort
-
public static class UnitNames
- public static readonly string Ch
- public static readonly string Cm
- public static readonly string Deg
- public static readonly string Dpcm
- public static readonly string Dpi
- public static readonly string Dppx
- public static readonly string Em
- public static readonly string Ex
- public static readonly string Grad
- public static readonly string Hz
- public static readonly string In
- public static readonly string Khz
- public static readonly string Mm
- public static readonly string Ms
- public static readonly string Pc
- public static readonly string Percent
- public static readonly string Pt
- public static readonly string Px
- public static readonly string Rad
- public static readonly string Rem
- public static readonly string S
- public static readonly string Turn
- public static readonly string Vh
- public static readonly string Vmax
- public static readonly string Vmin
- public static readonly string Vw
AngleSharp.Css.Values
-
public struct Angle : IEquatable<Angle>, IComparable<Angle>, IFormattable
-
public struct Color : IEquatable<Color>, IComparable<Color>, IFormattable
- public Color(byte r, byte g, byte b, double a)
- public static Color FromFlexHex(string color)
- public static Color FromGray(byte number, float alpha = 1)
- public static Color FromGray(float value, float alpha = 1)
- public static Color FromHwb(float h, float w, float b)
- public static Color FromHwba(float h, float w, float b, float alpha)
- public static Color FromRgba(byte r, byte g, byte b, double a)
- public static Color FromRgba(byte r, byte g, byte b, float a)
- public static Color FromRgba(float r, float g, float b, float a)
-
public struct Frequency : IEquatable<Frequency>, IComparable<Frequency>, IFormattable
-
public struct Length : IEquatable<Length>, IComparable<Length>, IFormattable
-
public sealed class LinearGradient : IGradient, IImageSource
-
public struct Number : IEquatable<Number>, IComparable<Number>, IFormattable
-
public struct Percent : IEquatable<Percent>, IComparable<Percent>, IFormattable
-
public sealed class RadialGradient : IImageSource
-
public struct Resolution : IEquatable<Resolution>, IComparable<Resolution>, IFormattable
-
public struct Time : IEquatable<Time>, IComparable<Time>, IFormattable
AngleSharp.Dom
-
public abstract class EventTarget : IEventTarget
-
public interface IBindable
-
public interface IDocument : INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
-
public interface IElement : INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IEventTarget
-
public interface ILinkImport
-
public interface ILoadableElement
-
public interface IShadowRoot : IDocumentFragment, INode, IEventTarget, IMarkupFormattable, IParentNode, INonElementParentNode
-
public interface IStyleSheet : IStyleFormattable
-
public interface IText : ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode
-
public interface IWindow : IEventTarget, IGlobalEventHandlers, IWindowEventHandlers, IWindowTimers
-
public sealed class MutationObserver
- public void Connect(INode target, MutationObserverInit options)
- public void Connect(INode target, IDictionary<string, object> options)
- public void Connect(INode target, bool childList = false, bool subtree = false, bool? attributes = default, bool? characterData = default, bool? attributeOldValue = default, bool? characterDataOldValue = default, IEnumerable<string> attributeFilter = null)
-
public sealed class MutationObserverInit
-
public enum ShadowRootMode
AngleSharp.Dom.Css
-
public class CssStyleEngine : ICssStyleEngine, IStyleEngine
-
public interface IConditionFunction : ICssNode, IStyleFormattable
-
public interface : ICssNode, IStyleFormattable
-
public interface ICssDocumentRule : ICssConditionRule, ICssGroupingRule, ICssRule, ICssNode, IStyleFormattable, ICssRuleCreator
-
public interface ICssMedium : ICssNode, IStyleFormattable
-
public interface ICssNode : IStyleFormattable
-
public interface ICssProperties : IEnumerable<ICssProperty>, IEnumerable
-
public interface ICssRuleCreator
-
public interface ICssStyleDeclaration : ICssProperties, IEnumerable<ICssProperty>, IEnumerable, ICssNode, IStyleFormattable
-
public interface ICssStyleSheet : IStyleSheet, ICssNode, IStyleFormattable, ICssRuleCreator
-
public interface ICssSupportsRule : ICssConditionRule, ICssGroupingRule, ICssRule, ICssNode, IStyleFormattable, ICssRuleCreator
-
public interface IDocumentFunction : ICssNode, IStyleFormattable
-
public interface IMediaFeature : ICssNode, IStyleFormattable
-
public interface IMediaQueryList : IEventTarget
AngleSharp.Dom.Events
-
public class CompositionEvent : UiEvent
-
public class CssErrorEvent : Event
-
public class CssParseEvent : Event
-
public class CustomEvent : Event
-
public class Event : EventArgs
-
public class FocusEvent : UiEvent
-
public class HashChangedEvent : Event
-
public class HtmlErrorEvent : Event
-
public class HtmlParseEvent : Event
-
public class InputEvent : Event
-
public class KeyboardEvent : UiEvent
-
public class MediaQueryListEvent : Event
- public bool IsMatch { get; }
- public string Media { get; }
- public MediaQueryListEvent()
- public MediaQueryListEvent(string type, bool bubbles = false, bool cancelable = false, string media = null, bool matches = false)
- public void Init(string type, bool bubbles, bool cancelable, string media, bool matches)
-
public class MessageEvent : Event
-
public class MouseEvent : UiEvent
-
public class PageTransitionEvent : Event
-
public class RequestEvent : Event
-
public class TouchEvent : UiEvent
- public TouchEvent(string type, bool bubbles = false, bool cancelable = false, IWindow view = null, int detail = 0, ITouchList touches = null, ITouchList targetTouches = null, ITouchList changedTouches = null, bool ctrlKey = false, bool altKey = false, bool shiftKey = false, bool metaKey = false)
- public void Init(string type, bool bubbles, bool cancelable, IWindow view, int detail, ITouchList touches, ITouchList targetTouches, ITouchList changedTouches, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
-
public class TrackEvent : Event
-
public class UiEvent : Event
-
public class WheelEvent : MouseEvent
AngleSharp.Dom.Html
-
public interface IHtmlFormElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers
-
public interface IHtmlInlineFrameElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers, ILoadableElement
-
public interface IHtmlInputElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers, IValidation
-
public interface IHtmlMediaElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers, IMediaController, ILoadableElement
-
public interface IHtmlMeterElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers, ILabelabelElement
-
public interface IHtmlProgressElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers, ILabelabelElement
-
public interface IHtmlSlotElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers
-
public interface ILabelabelElement
AngleSharp.Dom.Io
AngleSharp.Events
AngleSharp.Extensions
-
public static class ApiExtensions
- public static Task<Event> AwaitEvent<TEventTarget>(this TEventTarget node, string eventName) where TEventTarget : IEventTarget
- public static IEnumerable<string> Attr<T>(this T elements, string attributeName) where T : IEnumerable<IElement>
- public static Task<Event> AwaitEventAsync<TEventTarget>(this TEventTarget node, string eventName) where TEventTarget : IEventTarget
- public static ICssStyleDeclaration ComputeCurrentStyle(this IElement element)
- public static bool HasClass<T>(this T elements, string className) where T : IEnumerable<IElement>
- public static string Html<T>(this T element) where T : IElement
- public static T Eq<T>(this IEnumerable<T> elements, int index) where T : IElement
- public static IEnumerable<T> Even<T>(this IEnumerable<T> elements) where T : IElement
- public static IEnumerable<IDownload> GetDownloads(this IDocument document)
- public static IEnumerable<T> Gt<T>(this IEnumerable<T> elements, int index) where T : IElement
- public static bool HasClass(this IEnumerable<IElement> elements, string className)
- public static string Html(this IElement element)
- public static int Index<T>(this IEnumerable<T> elements, T item) where T : INode
- public static int Index(this IEnumerable<INode> nodes, INode item)
- public static Task<IDocument> Navigate<TElement>(this TElement element) where TElement : IUrlUtilities, IElement
- public static Task<IDocument> Navigate<TElement>(this TElement element, CancellationToken cancel) where TElement : IUrlUtilities, IElement
- public static IEnumerable<T> Lt<T>(this IEnumerable<T> elements, int index) where T : IElement
- public static Task<IDocument> NavigateAsync<TElement>(this TElement element) where TElement : IUrlUtilities, IElement
- public static Task<IDocument> NavigateAsync<TElement>(this TElement element, CancellationToken cancel) where TElement : IUrlUtilities, IElement
- public static IEnumerable<T> Odd<T>(this IEnumerable<T> elements) where T : IElement
- public static Task<IDocument> Submit(this IHtmlFormElement form, object fields)
- public static Task<IDocument> Submit(this IHtmlFormElement form, IDictionary<string, string> fields)
- public static string Text<T>(this T element) where T : INode
- public static IHtmlFormElement SetFieldValues(this IHtmlFormElement form, IDictionary<string, string> fields, bool createInputIfNotFound = false)
- public static Task<IDocument> SubmitAsync(this IHtmlFormElement form, object fields)
- public static Task<IDocument> SubmitAsync(this IHtmlFormElement form, IDictionary<string, string> fields, bool createInputIfNotFound = false)
- public static string Text(this INode element)
- public static Task WhenLoadFired<TElement>(this IDocument document) where TElement : IElement
-
public static class FormatExtensions
-
public static class ResponseExtensions
-
public static class SelectorExtensions
- public static IEnumerable<IElement> Is(this IEnumerable<IElement> elements, string selectorText)
- public static IEnumerable<IElement> Children(this IEnumerable<IElement> elements, ISelector selector = null)
- public static IEnumerable<T> Is<T>(this IEnumerable<T> elements, string selectorText) where T : IElement
- public static IEnumerable<T> Is<T>(this IEnumerable<T> elements, ISelector selector) where T : IElement
- public static IEnumerable<IElement> Not(this IEnumerable<IElement> elements, string selectorText)
- public static IEnumerable<IElement> Next(this IEnumerable<IElement> elements, ISelector selector = null)
- public static IEnumerable<T> Not<T>(this IEnumerable<T> elements, string selectorText) where T : IElement
- public static IEnumerable<T> Not<T>(this IEnumerable<T> elements, ISelector selector) where T : IElement
- public static IEnumerable<IElement> Parent(this IEnumerable<IElement> elements, ISelector selector = null)
- public static IEnumerable<IElement> Previous(this IEnumerable<IElement> elements, ISelector selector = null)
- public static IEnumerable<IElement> Siblings(this IEnumerable<IElement> elements, ISelector selector = null)
-
public static class StyleSheetExtensions
AngleSharp.Html
-
public sealed class FormDataSet : IEnumerable<string>, IEnumerable
-
public abstract class FormDataSetEntry
-
public sealed class HtmlEntityService : IEntityService, IService
-
public interface IFormDataSetVisitor
-
public interface IFormSubmitter : IFormDataSetVisitor
-
public static class TagNames
- public static readonly string A
- public static readonly string Address
- public static readonly string AnnotationXml
- public static readonly string Applet
- public static readonly string Area
- public static readonly string Article
- public static readonly string Aside
- public static readonly string Audio
- public static readonly string B
- public static readonly string Base
- public static readonly string BaseFont
- public static readonly string Bgsound
- public static readonly string Big
- public static readonly string BlockQuote
- public static readonly string Body
- public static readonly string Br
- public static readonly string Button
- public static readonly string Canvas
- public static readonly string Caption
- public static readonly string Center
- public static readonly string Circle
- public static readonly string Cite
- public static readonly string Code
- public static readonly string Col
- public static readonly string Colgroup
- public static readonly string Data
- public static readonly string Datalist
- public static readonly string Dd
- public static readonly string Del
- public static readonly string Desc
- public static readonly string Details
- public static readonly string Dialog
- public static readonly string Dir
- public static readonly string Div
- public static readonly string Dl
- public static readonly string Doctype
- public static readonly string Dt
- public static readonly string Em
- public static readonly string Embed
- public static readonly string Fieldset
- public static readonly string Figcaption
- public static readonly string Figure
- public static readonly string Font
- public static readonly string
- public static readonly string ForeignObject
- public static readonly string Form
- public static readonly string Frame
- public static readonly string Frameset
- public static readonly string H1
- public static readonly string H2
- public static readonly string H3
- public static readonly string H4
- public static readonly string H5
- public static readonly string H6
- public static readonly string Head
- public static readonly string
- public static readonly string Hgroup
- public static readonly string Hr
- public static readonly string Html
- public static readonly string I
- public static readonly string Iframe
- public static readonly string Image
- public static readonly string Img
- public static readonly string Input
- public static readonly string Ins
- public static readonly string IsIndex
- public static readonly string Keygen
- public static readonly string Label
- public static readonly string Legend
- public static readonly string Li
- public static readonly string Link
- public static readonly string Listing
- public static readonly string Main
- public static readonly string Map
- public static readonly string Marquee
- public static readonly string Math
- public static readonly string
- public static readonly string
- public static readonly string Meta
- public static readonly string Meter
- public static readonly string Mi
- public static readonly string Mn
- public static readonly string Mo
- public static readonly string Ms
- public static readonly string Mtext
- public static readonly string Nav
- public static readonly string NoBr
- public static readonly string NoEmbed
- public static readonly string NoFrames
- public static readonly string NoScript
- public static readonly string Object
- public static readonly string Ol
- public static readonly string Optgroup
- public static readonly string Option
- public static readonly string Output
- public static readonly string P
- public static readonly string Param
- public static readonly string Picture
- public static readonly string Plaintext
- public static readonly string Pre
- public static readonly string Progress
- public static readonly string Q
- public static readonly string Quote
- public static readonly string Rb
- public static readonly string Rp
- public static readonly string Rt
- public static readonly string Rtc
- public static readonly string Ruby
- public static readonly string S
- public static readonly string Script
- public static readonly string Section
- public static readonly string Select
- public static readonly string Slot
- public static readonly string Small
- public static readonly string Source
- public static readonly string Span
- public static readonly string Strike
- public static readonly string Strong
- public static readonly string Style
- public static readonly string Sub
- public static readonly string Summary
- public static readonly string Sup
- public static readonly string Svg
- public static readonly string Table
- public static readonly string Tbody
- public static readonly string Td
- public static readonly string Template
- public static readonly string Textarea
- public static readonly string
- public static readonly string Th
- public static readonly string Thead
- public static readonly string Time
- public static readonly string Title
- public static readonly string Tr
- public static readonly string Track
- public static readonly string Tt
- public static readonly string U
- public static readonly string Ul
- public static readonly string Var
- public static readonly string Video
- public static readonly string Wbr
- public static readonly string Xml
- public static readonly string Xmp
AngleSharp.Network
AngleSharp.Network.Default
AngleSharp.Parser.Css
AngleSharp.Parser.Html
AngleSharp.Services
AngleSharp.Services.Default
AngleSharp.Services.Media
AngleSharp.Services.Scripting
AngleSharp.Services.Styling
AngleSharp.XHtml
AngleSharp.Xml