Search Results for

    Show / Hide Table of Contents

    Class AngleSharpExtensions

    Extension methods for AngleSharp

    Inheritance
    System.Object
    AngleSharpExtensions
    Namespace: AngleSharp.Dom
    Assembly: PnP.Framework.dll
    Syntax
    public static class AngleSharpExtensions : object

    Methods

    PartialMatch(ITokenList, String)

    Performs a partial match on a list of tokens (e.g. classes on an element)

    Declaration
    public static string PartialMatch(this ITokenList tokenList, string filter)
    Parameters
    ITokenList tokenList

    List of tokens to search in

    System.String filter

    Partial token to match via an StartsWidth

    Returns
    System.String

    First matching token if found, null if no match

    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer