API Diff between 0.8.6 and 0.8.4
135 Additions
31 Removals
AngleSharp
-
public static class ApiExtensions
-
public class Configuration : IConfiguration
-
public static class ConfigurationExtensions
-
public interface IStyleFormattable
-
public interface IStyleFormatter
- string Block(IEnumerable<IStyleFormattable> rules)
- string Constraint(string name, string value)
- string Declaration(string name, string value, bool important)
- string Declarations(IEnumerable<string> declarations)
- string Medium(bool exclusive, bool inverse, string type, string[] constraints)
- string Rule(string name, string value)
- string Rule(string name, string prelude, string rules)
- string Sheet(IEnumerable<IStyleFormattable> rules)
- string Style(string selector, string rules)
AngleSharp.Css
AngleSharp.Css.DocumentFunctions
AngleSharp.Dom
-
public interface IDocument : INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
- IWindow OpenNew(string url, string name, string features, string replace = null)
AngleSharp.Dom.Css
AngleSharp.Dom.Html
AngleSharp.Extensions
-
public static class ApiExtensions
- public static T AddClass<T>(this T elements, string className) where T : IEnumerable<IElement>
- public static T After<T>(this T elements, string html) where T : IEnumerable<IElement>
- public static IEnumerable<TNode> Ancestors<TNode>(this INode child)
- public static IEnumerable<INode> Ancestors(this INode child)
- public static T Append<T>(this T elements, string html) where T : IEnumerable<IElement>
- public static TElement AppendElement<TElement>(this INode parent, TElement element) where TElement : IElement
- public static T Attr<T>(this T elements, string attributeName, string attributeValue) where T : IEnumerable<IElement>
- public static T Attr<T>(this T elements, IEnumerable<KeyValuePair<string, string>> attributes) where T : IEnumerable<IElement>
- public static T Attr<T>(this T elements, object attributes) where T : IEnumerable<IElement>
- public static Task<Event> AwaitEvent<TEventTarget>(this TEventTarget node, string eventName) where TEventTarget : IEventTarget
- public static T Before<T>(this T elements, string html) where T : IEnumerable<IElement>
- public static TElement CreateElement<TElement>(this IDocument document) where TElement : IElement
- public static T Css<T>(this T elements, string propertyName, string propertyValue) where T : IEnumerable<IElement>
- public static T Css<T>(this T elements, IEnumerable<KeyValuePair<string, string>> properties) where T : IEnumerable<IElement>
- public static T Css<T>(this T elements, object properties) where T : IEnumerable<IElement>
- public static IEnumerable<TNode> Descendents<TNode>(this INode parent)
- public static IEnumerable<INode> Descendents(this INode parent)
- public static T Empty<T>(this T elements) where T : IEnumerable<IElement>
- public static bool HasClass<T>(this T elements, string className) where T : IEnumerable<IElement>
- public static string Html<T>(this T element) where T : IElement
- public static T Html<T>(this T elements, string html) where T : IEnumerable<IElement>
- public static int Index<T>(this IEnumerable<T> elements, T item) where T : INode
- public static TElement InsertElement<TElement>(this INode parent, TElement newElement, INode referenceElement) where TElement : IElement
- public static Task<IDocument> Navigate<TElement>(this TElement element) where TElement : IUrlUtilities, IElement
- public static Task<IDocument> Navigate<TElement>(this TElement element, CancellationToken cancel) where TElement : IUrlUtilities, IElement
- public static T Prepend<T>(this T elements, string html) where T : IEnumerable<IElement>
- public static TElement QuerySelector<TElement>(this IParentNode parent, string selectors) where TElement : IElement
- public static IEnumerable<TElement> QuerySelectorAll<TElement>(this IParentNode parent, string selectors) where TElement : IElement
- public static T RemoveClass<T>(this T elements, string className) where T : IEnumerable<IElement>
- public static TElement RemoveElement<TElement>(this INode parent, TElement element) where TElement : IElement
- public static Task<IDocument> Submit(this IHtmlFormElement form, object fields)
- public static Task<IDocument> Submit(this IHtmlFormElement form, IDictionary<string, string> fields)
- public static string Text<T>(this T element) where T : INode
- public static T Text<T>(this T elements, string text) where T : IEnumerable<INode>
- public static T ToggleClass<T>(this T elements, string className) where T : IEnumerable<IElement>
- public static Task WhenLoadFired<TElement>(this IDocument document) where TElement : IElement
- public static T Wrap<T>(this T elements, string html) where T : IEnumerable<IElement>
- public static T WrapAll<T>(this T elements, string html) where T : IEnumerable<IElement>
- public static T WrapInner<T>(this T elements, string html) where T : IEnumerable<IElement>
-
public static class SelectorExtensions
-
public static class StyleSheetExtensions
AngleSharp.Linq
AngleSharp.Network
-
public class DocumentRequest
- 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)
AngleSharp.Parser.Css
AngleSharp.Parser.Html
AngleSharp.Scripting
AngleSharp.Services
AngleSharp.Services.Default
AngleSharp.Services.Scripting
AngleSharp.Services.Styling