Class Tokens
- Namespace
- ScrapySharp.Html.Parsing
- Assembly
- ScrapySharp.dll
- Inheritance
-
Tokens
- Inherited Members
-
Constructors
Tokens()
Fields
Assign
public const string Assign = "="
Field Value
- string
CloseTag
public const string CloseTag = "/"
Field Value
- string
CloseTagDeclarator
public const string CloseTagDeclarator = "</"
Field Value
- string
public const string CommentBegin = "!--"
Field Value
- string
public const string CommentEnd = "--"
Field Value
- string
Doctype
public const string Doctype = "<!"
Field Value
- string
Quote
public const char Quote = '"'
Field Value
- char
SimpleQuote
public const char SimpleQuote = '\''
Field Value
- char
TagBegin
public const char TagBegin = '<'
Field Value
- char
TagEnd
public const char TagEnd = '>'
Field Value
- char