AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.2.0-beta.457" />

 Symbols

public static class Symbols
Contains useful information from the specification.
public const char Accent = '^'

The circumflex accent ( ^ ) character.

public const char Ampersand = '&'

The ampersand character ( & ).

public const char Asterisk = '*'

The asterisk character ( * ).

public const char At = '@'

The commercial at ( @ ) character.

public const char CarriageReturn = '\r'

The carriage return character.

public const char Colon = ':'

The colon ( : ) character.

public const char Comma = ','

The comma character ( , ).

public const char CurlyBracketClose = '}'

The curly bracket close ( } ) character.

public const char CurlyBracketOpen = '{'

The curly bracket open ( { ) character.

public const char CurvedQuote = '`'

The (curved) quotation mark ( ` ).

public const char Dollar = '$'

The dollar sign character ( $ ).

public const char Dot = '.'

The full stop ( . ).

public const char DoubleQuote = '"'

The (double) quotation mark ( " ).

public const char EndOfFile = '￿'

The end of file marker (Char.MaxValue).

public const char Equality = '='

The equals sign ( = ).

public const char ExclamationMark = '!'

The exclamation mark ( ! ) character.

public const char FormFeed = ' '

The form feed character.

public const char GreaterThan = '>'

The closing angle bracket ( GREATER-THAN-SIGN ).

public const char LessThan = '<'

The opening angle bracket ( LESS-THAN-SIGN ).

public const char LineFeed = '\n'

The line feed character.

public const int MaximumCodepoint = 1114111

The maximum allowed codepoint (defined in Unicode).

public const char Minus = '-'

The dash ( hypen minus, - ) character.

public const char NoBreakSpace = ' '

The no break space character.

public const char Null = ''

The null character.

public const char Num = '#'

The number sign character ( # ).

public const char Percent = '%'

The percent ( % ) character.

public const char Pipe = '|'

The pipe character ( | ).

public const char Plus = '+'

The plus sign ( + ).

public const char QuestionMark = '?'

The question mark ( ? ).

public const char Replacement = '�'

The replacement character in case of errors.

public const char ReverseSolidus = '\\'

The backslash ( reverse-solidus, \ ) character.

public const char RoundBracketClose = ')'

The round bracket close ( ) ) character.

public const char RoundBracketOpen = '('

The round bracket open ( ( ) character.

public const char Semicolon = ';'

The semicolon sign ( ; ).

public const char SingleQuote = '\''

The single quote / quotation mark ( ' ).

public const char Solidus = '/'

The slash (solidus, /) character.

public const char Space = ' '

The space character.

public const char SquareBracketClose = ']'

The square bracket close ( ] ) character.

public const char SquareBracketOpen = '['

The square bracket open ( [ ) character.

public const char Tab = '\t'

The tab character.

public const char Tilde = '~'

The tilde character ( ~ ).

public const char Underscore = '_'

The low line ( _ ) character.