Table of Contents

Class Symbols

Namespace
AngleSharp.Text
Assembly
AngleSharp.dll

Contains useful information from the specification.

public static class Symbols
Inheritance
Symbols
Inherited Members

Fields

Accent

The circumflex accent ( ^ ) character.

public const char Accent = '^'

Field Value

char

Ampersand

The ampersand character ( & ).

public const char Ampersand = '&'

Field Value

char

Asterisk

The asterisk character ( * ).

public const char Asterisk = '*'

Field Value

char

At

The commercial at ( @ ) character.

public const char At = '@'

Field Value

char

CarriageReturn

The carriage return character.

public const char CarriageReturn = '\r'

Field Value

char

Colon

The colon ( : ) character.

public const char Colon = ':'

Field Value

char

Comma

The comma character ( , ).

public const char Comma = ','

Field Value

char

CurlyBracketClose

The curly bracket close ( } ) character.

public const char CurlyBracketClose = '}'

Field Value

char

CurlyBracketOpen

The curly bracket open ( { ) character.

public const char CurlyBracketOpen = '{'

Field Value

char

CurvedQuote

The (curved) quotation mark ( ` ).

public const char CurvedQuote = '`'

Field Value

char

Dollar

The dollar sign character ( $ ).

public const char Dollar = '$'

Field Value

char

Dot

The full stop ( . ).

public const char Dot = '.'

Field Value

char

DoubleQuote

The (double) quotation mark ( " ).

public const char DoubleQuote = '"'

Field Value

char

EndOfFile

The end of file marker (Char.MaxValue).

public const char EndOfFile = '\uffff'

Field Value

char

Equality

The equals sign ( = ).

public const char Equality = '='

Field Value

char

ExclamationMark

The exclamation mark ( ! ) character.

public const char ExclamationMark = '!'

Field Value

char

FormFeed

The form feed character.

public const char FormFeed = '\f'

Field Value

char

GreaterThan

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

public const char GreaterThan = '>'

Field Value

char

LessThan

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

public const char LessThan = '<'

Field Value

char

LineFeed

The line feed character.

public const char LineFeed = '\n'

Field Value

char

MaximumCodepoint

The maximum allowed codepoint (defined in Unicode).

public const int MaximumCodepoint = 1114111

Field Value

int

Minus

The dash ( hypen minus, - ) character.

public const char Minus = '-'

Field Value

char

NoBreakSpace

The no break space character.

public const char NoBreakSpace = ' '

Field Value

char

Null

The null character.

public const char Null = '\0'

Field Value

char

Num

The number sign character ( # ).

public const char Num = '#'

Field Value

char

Percent

The percent ( % ) character.

public const char Percent = '%'

Field Value

char

Pipe

The pipe character ( | ).

public const char Pipe = '|'

Field Value

char

Plus

The plus sign ( + ).

public const char Plus = '+'

Field Value

char

QuestionMark

The question mark ( ? ).

public const char QuestionMark = '?'

Field Value

char

Replacement

The replacement character in case of errors.

public const char Replacement = '�'

Field Value

char

ReverseSolidus

The backslash ( reverse-solidus, \ ) character.

public const char ReverseSolidus = '\\'

Field Value

char

RoundBracketClose

The round bracket close ( ) ) character.

public const char RoundBracketClose = ')'

Field Value

char

RoundBracketOpen

The round bracket open ( ( ) character.

public const char RoundBracketOpen = '('

Field Value

char

Semicolon

The semicolon sign ( ; ).

public const char Semicolon = ';'

Field Value

char

SingleQuote

The single quote / quotation mark ( ' ).

public const char SingleQuote = '\''

Field Value

char

Solidus

The slash (solidus, /) character.

public const char Solidus = '/'

Field Value

char

Space

The space character.

public const char Space = ' '

Field Value

char

SquareBracketClose

The square bracket close ( ] ) character.

public const char SquareBracketClose = ']'

Field Value

char

SquareBracketOpen

The square bracket open ( [ ) character.

public const char SquareBracketOpen = '['

Field Value

char

Tab

The tab character.

public const char Tab = '\t'

Field Value

char

Tilde

The tilde character ( ~ ).

public const char Tilde = '~'

Field Value

char

Underscore

The low line ( _ ) character.

public const char Underscore = '_'

Field Value

char