API Diff between 0.2.9 and 0.3.7
74 Additions
394 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 static XMLDocument Xml(string sourceCode, DocumentOptions options = null)
- public static XMLDocument Xml(Uri url, DocumentOptions options = null)
- public static XMLDocument Xml(Stream stream, DocumentOptions options = null)
- public static Task<XMLDocument> XmlAsync(Uri url, DocumentOptions options = null)
- 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 interface IDependencyResolver
-
public static class LocalSettings
-
public sealed class ParseErrorEventArgs : EventArgs
AngleSharp.Css
AngleSharp.DOM
AngleSharp.DOM.Collections
AngleSharp.DOM.Html
AngleSharp.DOM.Mathml
AngleSharp.DOM.Svg
AngleSharp.Events
AngleSharp.Html
AngleSharp.Interfaces
AngleSharp.Xml