API Diff between 0.15.0 and 1.0.2-alpha-276
65 Additions
78 Removals
AngleSharp
-
public static class BrowsingContextExtensions
- public static string GetCookie(this IBrowsingContext context, Url url)
- public static string GetCookie(this IBrowsingContext context, Url url)
- public static INavigationHandler GetNavigationHandler(this IBrowsingContext context, Url url)
- public static INavigationHandler GetNavigationHandler(this IBrowsingContext context, Url url)
- public static Task<IDocument> OpenAsync(this IBrowsingContext context, Url url, CancellationToken cancel = default)
- public static Task<IDocument> OpenAsync(this IBrowsingContext context, Url url, CancellationToken cancel = default)
- public static void SetCookie(this IBrowsingContext context, Url url, string value)
- public static void SetCookie(this IBrowsingContext context, Url url, string value)
-
public static class ConfigurationExtensions
-
public sealed class Url : IEquatable<Url>
AngleSharp.Browser
AngleSharp.Css
AngleSharp.Dom
-
public sealed class Attr : IAttr, IEquatable<IAttr>
-
public abstract class Document : Node, IDocument, INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
-
public abstract class Element : Node, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode
-
public static class ElementExtensions
-
public interface IAttr : IEquatable<IAttr>
-
public interface IDocument : INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
-
public interface IElement : INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode
-
public interface INode : IEventTarget, IMarkupFormattable
-
public interface IShadowRoot : IDocumentFragment, INode, IEventTarget, IMarkupFormattable, IParentNode, INonElementParentNode
-
public abstract class Node : EventTarget, INode, IEventTarget, IMarkupFormattable, IEquatable<INode>
-
public static class NodeExtensions
-
public enum NodeFlags
-
public sealed class Url : IEquatable<Url>
-
public class UrlSearchParams
AngleSharp.Dom.Events
AngleSharp.Html
AngleSharp.Html.Dom
AngleSharp.Html.Forms.Submitters
AngleSharp.Html.InputTypes
AngleSharp.Html.LinkRels
AngleSharp.Html.Parser
AngleSharp.Io
-
public abstract class BaseLoader : ILoader
-
public sealed class DefaultResponse : IResponse, IDisposable
-
public class DocumentRequest
- public Url Target { get; }
- public DocumentRequest(Url target)
- public static DocumentRequest Get(Url target, INode source = null, string referer = null)
- public static DocumentRequest Post(Url target, Stream body, string type, INode source = null, string referer = null)
- public static DocumentRequest PostAsPlaintext(Url target, IDictionary<string, string> fields)
- public static DocumentRequest PostAsUrlencoded(Url target, IDictionary<string, string> fields)
- public Url Target { get; }
- public DocumentRequest(Url target)
- public static DocumentRequest Get(Url target, INode source = null, string referer = null)
- public static DocumentRequest Post(Url target, Stream body, string type, INode source = null, string referer = null)
- public static DocumentRequest PostAsPlaintext(Url target, IDictionary<string, string> fields)
- public static DocumentRequest PostAsUrlencoded(Url target, IDictionary<string, string> fields)
-
public interface ICookieProvider
-
public interface IDownload : ICancellable<IResponse>, ICancellable
-
public interface IResponse : IDisposable
-
public class MemoryCookieProvider : ICookieProvider
-
public sealed class Request
-
public class ResourceRequest
-
public class VirtualResponse : IResponse, IDisposable
AngleSharp.Io.Processors
AngleSharp.Media
AngleSharp.Text
AngleSharp.Xhtml