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
Ampersand
The ampersand character ( & ).
public const char Ampersand = '&'
Field Value
Asterisk
The asterisk character ( * ).
public const char Asterisk = '*'
Field Value
At
The commercial at ( @ ) character.
public const char At = '@'
Field Value
CarriageReturn
The carriage return character.
public const char CarriageReturn = '\r'
Field Value
Colon
The colon ( : ) character.
public const char Colon = ':'
Field Value
Comma
The comma character ( , ).
public const char Comma = ','
Field Value
CurlyBracketClose
The curly bracket close ( } ) character.
public const char CurlyBracketClose = '}'
Field Value
CurlyBracketOpen
The curly bracket open ( { ) character.
public const char CurlyBracketOpen = '{'
Field Value
CurvedQuote
The (curved) quotation mark ( ` ).
public const char CurvedQuote = '`'
Field Value
Dollar
The dollar sign character ( $ ).
public const char Dollar = '$'
Field Value
Dot
The full stop ( . ).
public const char Dot = '.'
Field Value
DoubleQuote
The (double) quotation mark ( " ).
public const char DoubleQuote = '"'
Field Value
EndOfFile
The end of file marker (Char.MaxValue).
public const char EndOfFile = '\uffff'
Field Value
Equality
The equals sign ( = ).
public const char Equality = '='
Field Value
ExclamationMark
The exclamation mark ( ! ) character.
public const char ExclamationMark = '!'
Field Value
FormFeed
The form feed character.
public const char FormFeed = '\f'
Field Value
GreaterThan
The closing angle bracket ( GREATER-THAN-SIGN ).
public const char GreaterThan = '>'
Field Value
LessThan
The opening angle bracket ( LESS-THAN-SIGN ).
public const char LessThan = '<'
Field Value
LineFeed
The line feed character.
public const char LineFeed = '\n'
Field Value
MaximumCodepoint
The maximum allowed codepoint (defined in Unicode).
public const int MaximumCodepoint = 1114111
Field Value
Minus
The dash ( hypen minus, - ) character.
public const char Minus = '-'
Field Value
NoBreakSpace
The no break space character.
public const char NoBreakSpace = ' '
Field Value
Null
The null character.
public const char Null = '\0'
Field Value
Num
The number sign character ( # ).
public const char Num = '#'
Field Value
Percent
The percent ( % ) character.
public const char Percent = '%'
Field Value
Pipe
The pipe character ( | ).
public const char Pipe = '|'
Field Value
Plus
The plus sign ( + ).
public const char Plus = '+'
Field Value
QuestionMark
The question mark ( ? ).
public const char QuestionMark = '?'
Field Value
Replacement
The replacement character in case of errors.
public const char Replacement = '�'
Field Value
ReverseSolidus
The backslash ( reverse-solidus, \ ) character.
public const char ReverseSolidus = '\\'
Field Value
RoundBracketClose
The round bracket close ( ) ) character.
public const char RoundBracketClose = ')'
Field Value
RoundBracketOpen
The round bracket open ( ( ) character.
public const char RoundBracketOpen = '('
Field Value
Semicolon
The semicolon sign ( ; ).
public const char Semicolon = ';'
Field Value
SingleQuote
The single quote / quotation mark ( ' ).
public const char SingleQuote = '\''
Field Value
Solidus
The slash (solidus, /) character.
public const char Solidus = '/'
Field Value
Space
The space character.
public const char Space = ' '
Field Value
SquareBracketClose
The square bracket close ( ] ) character.
public const char SquareBracketClose = ']'
Field Value
SquareBracketOpen
The square bracket open ( [ ) character.
public const char SquareBracketOpen = '['
Field Value
Tab
The tab character.
public const char Tab = '\t'
Field Value
Tilde
The tilde character ( ~ ).
public const char Tilde = '~'
Field Value
Underscore
The low line ( _ ) character.
public const char Underscore = '_'