API Diff between 0.4.0 and 0.5.1
203 Additions
322 Removals
AngleSharp
-
public sealed class Configuration
-
public class DependencyResolver
-
public sealed class DocumentBuilder
- public IConfiguration Configuration { get; }
- public DocumentBuilder(IConfiguration defaultConfiguration = null)
- 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 CSSStyleSheet CssResult { get; }
- public HTMLDocument HtmlResult { get; }
- 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 static class Extensions
- 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 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 enum HttpMethod
-
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.Media
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