API Diff between 0.2.8 and 0.4.0
145 Additions
399 Removals
AngleSharp
-
public sealed class Configuration
-
public sealed class DocumentBuilder
- 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 XMLDocument XmlResult { get; }
- public static CSSStyleSheet Css(string sourceCode)
- public static CSSStyleSheet Css(Uri url)
- public static CSSStyleSheet Css(Stream networkStream)
- public static HTMLDocument Html(string sourceCode)
- public static HTMLDocument Html(Uri url)
- public static HTMLDocument Html(Stream networkStream)
- public static NodeList HtmlFragment(string sourceCode, Node context = null)
- public static XMLDocument Xml(string sourceCode)
- public static XMLDocument Xml(Uri url)
- public static XMLDocument Xml(Stream networkStream)
-
public class DocumentOptions
-
public static class Extensions
-
public enum HttpMethod
-
public static class LocalSettings
-
public sealed class ParseErrorEventArgs : EventArgs
AngleSharp.Css
AngleSharp.DOM
AngleSharp.DOM.Collections
AngleSharp.DOM.Css
AngleSharp.DOM.Html
AngleSharp.DOM.Mathml
AngleSharp.DOM.Svg
AngleSharp.DOM.Xml
AngleSharp.Events
AngleSharp.Html
AngleSharp.Interfaces
AngleSharp.Xml