API Diff between 0.4.0 and 0.5.0
194 Additions
147 Removals
AngleSharp
-
public sealed class Configuration
-
public class DependencyResolver
-
public sealed class DocumentBuilder
- 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 static CSSStyleSheet Css(string sourceCode, DocumentOptions options = null)
- public static CSSStyleSheet Css(Uri url, DocumentOptions options = null)
- public static CSSStyleSheet Css(Stream stream, DocumentOptions options = null)
- public static Task<CSSStyleSheet> CssAsync(Uri url, DocumentOptions options = null)
- public static HTMLDocument Html(string sourceCode, DocumentOptions options = null)
- public static HTMLDocument Html(Uri url, DocumentOptions options = null)
- public static HTMLDocument Html(Stream stream, DocumentOptions options = null)
- public static Task<HTMLDocument> HtmlAsync(Uri url, DocumentOptions options = null)
- public static NodeList HtmlFragment(string sourceCode, Node context = null, DocumentOptions options = null)
-
public class DocumentOptions
-
public interface IConfiguration
-
public interface IDependencyResolver
-
public interface IInfo
-
public struct TransformMatrix : IEquatable<TransformMatrix>, ICssObject
AngleSharp.Css
AngleSharp.DOM
AngleSharp.DOM.Collections
AngleSharp.DOM.Css
AngleSharp.DOM.Css.Properties
AngleSharp.DOM.Html
-
public enum HorizontalAlignment
-
public sealed class HTMLDataListElement : HTMLElement
-
public sealed class HTMLDocument : Document, IHTMLDocument, IDocument, INode, IQueryElements
-
public sealed class HTMLFormElement : HTMLElement
-
public sealed class HTMLLinkElement : HTMLElement, IStyleSheet
-
public sealed class HTMLParagraphElement : HTMLElement, IImpliedEnd, IImplClosed
-
public sealed class HTMLSelectElement : HTMLFormControlElementWithState
-
public sealed class HTMLStyleElement : HTMLElement, IStyleSheet
-
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 enum QuirksMode
-
public enum VerticalAlignment
AngleSharp.Events
AngleSharp.Html
AngleSharp.Interfaces
AngleSharp.Network
AngleSharp.Parser
AngleSharp.Parser.Css
AngleSharp.Parser.Html