API Diff between 0.9.0 and 0.9.9.2
224 Additions
247 Removals
AngleSharp
-
public sealed class AutoSelectedMarkupFormatter : IMarkupFormatter
-
public sealed class BrowsingContext : IBrowsingContext
-
public static class BrowsingContextExtensions
-
public class Configuration : IConfiguration
-
public static class ConfigurationExtensions
- public sealed class LoaderSetup
- public static Configuration With(this IConfiguration configuration, object service)
- public static Configuration With(this IConfiguration configuration, IEnumerable<object> services)
- public static IConfiguration With<TService>(this IConfiguration configuration, Func<IBrowsingContext, TService> creator)
- public static Configuration SetEvents(this IConfiguration configuration, IEventAggregator events)
- public static IConfiguration SetHandler<T>(this IConfiguration configuration, ISubscriber<T> subscriber)
- public static Configuration With(this IConfiguration configuration, IService service)
- public static IConfiguration WithDefaultLoader(this IConfiguration configuration, Action<LoaderSetup> setup = null, IEnumerable<IRequester> requesters = null)
- public static IConfiguration WithDefaultLoader(this IConfiguration configuration, Action<LoaderService> setup = null, IEnumerable<IRequester> requesters = null)
-
public sealed class CreateDocumentOptions
-
public interface IBindable
-
public interface IBrowsingContext
-
public interface ICancellable
-
public interface ICancellable<T> : ICancellable
-
public interface IConfiguration
-
public interface IEventLoop
-
public interface IMarkupFormattable
-
public interface IStyleFormattable
-
public interface IStyleFormatter
-
public enum TaskPriority
-
public static class TextEncoding
-
public sealed class TextSource : IDisposable
-
public class TextView
AngleSharp.Attributes
AngleSharp.Commands
AngleSharp.Css
AngleSharp.Css.Values
-
public struct Angle : IEquatable<Angle>, IComparable<Angle>, IFormattable
-
public struct Color : IEquatable<Color>, IComparable<Color>, IFormattable
- 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 Color(byte r, byte g, byte b, double a)
- 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, float a)
- public static Color FromRgba(float r, float g, float b, float a)
- public static Color FromRgba(byte r, byte g, byte b, double 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 Time : IEquatable<Time>, IComparable<Time>, IFormattable
AngleSharp.Dom
-
public enum
-
public class DefaultAttributeObserver : IAttributeObserver
-
public abstract class EventTarget : IEventTarget
-
public interface IAttributeObserver
-
public interface IBindable
-
public interface IDocument : INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
-
public interface IElement : INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode
-
public interface IEventTarget
-
public interface IHistory
-
public interface ILinkImport
-
public interface ILoadableElement
-
public interface IStyleSheet : IStyleFormattable
-
public enum WordBreak
AngleSharp.Dom.Css
-
public class CssStyleEngine : ICssStyleEngine, IStyleEngine
-
public interface IConditionFunction : ICssNode, IStyleFormattable
-
public interface : ICssNode, IStyleFormattable
-
public interface ICssDocumentRule : ICssConditionRule, ICssGroupingRule, ICssRule, IStyleFormattable
-
public interface ICssMedium : ICssNode, IStyleFormattable
-
public interface ICssNode : IStyleFormattable
-
public interface ICssProperties : IEnumerable<ICssProperty>, IEnumerable
-
public interface ICssRuleCreator
-
public interface ICssStyleDeclaration : IEnumerable<ICssProperty>, IEnumerable, IStyleFormattable
-
public interface ICssStyleSheet : IStyleSheet, IStyleFormattable
-
public interface ICssSupportsRule : ICssConditionRule, ICssGroupingRule, ICssRule, IStyleFormattable
-
public interface IDocumentFunction : ICssNode, IStyleFormattable
-
public interface IMediaFeature : ICssNode, IStyleFormattable
-
public enum OverflowWrap
-
public enum StrokeLinecap
-
public enum StrokeLinejoin
-
public enum TextAlignLast
-
public enum TextAnchor
-
public enum TextJustify
AngleSharp.Dom.Events
AngleSharp.Dom.Html
-
public interface IHtmlFormElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlInlineFrameElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers, ILoadableElement
-
public interface IHtmlLinkElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, ILinkStyle
-
public interface IHtmlMediaElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IMediaController
-
public interface IHtmlMeterElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlProgressElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHtmlScriptElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface ILabelabelElement
AngleSharp.Dom.Io
AngleSharp.Events
AngleSharp.Events.Default
AngleSharp.Extensions
-
public static class ApiExtensions
- 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 Task<Event> AwaitEvent<TEventTarget>(this TEventTarget node, string eventName) where TEventTarget : IEventTarget
- public static INamedNodeMap Clear(this INamedNodeMap attributes)
- public static IElement ClearAttr(this IElement element)
- public static T ClearAttr<T>(this T elements) where T : IEnumerable<IElement>
- public static ICssStyleDeclaration ComputeCurrentStyle(this IElement element)
- public static IElement Empty(this IElement element)
- 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 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 int Index(this IEnumerable<INode> nodes, INode item)
- public static int Index<T>(this IEnumerable<T> elements, T item) where T : INode
- 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> 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 IHtmlFormElement SetValues(this IHtmlFormElement form, IDictionary<string, string> fields, bool createMissing = false)
- public static Task<IDocument> SubmitAsync(this IHtmlFormElement form, object fields)
- public static Task<IDocument> SubmitAsync(this IHtmlFormElement form, IDictionary<string, string> fields, bool createMissing = false)
- public static Task<IDocument> SubmitAsync(this IHtmlElement element, object fields = null)
- public static Task<IDocument> SubmitAsync(this IHtmlElement element, IDictionary<string, string> fields, bool createMissing = false)
- public static string Text(this INode node)
- 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 IHtmlCollection<TElement> ToCollection<TElement>(this IEnumerable<TElement> elements) where TElement : IElement
- 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> 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> Is(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> Not(this IEnumerable<IElement> elements, string selectorText)
- 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
-
public static class TokenizerExtensions
AngleSharp.Html
AngleSharp.Network
AngleSharp.Network.Default
AngleSharp.Parser.Css
AngleSharp.Parser.Html
AngleSharp.Parser.Xml
AngleSharp.Services
AngleSharp.Services.Default
AngleSharp.Services.Media
AngleSharp.Services.Scripting
AngleSharp.Services.Styling
AngleSharp.XHtml
AngleSharp.Xml