Table of Contents

Enum CodeReadingContext

Namespace
ScrapySharp.Html.Parsing
Assembly
ScrapySharp.dll
public enum CodeReadingContext

Fields

InAttributeName = 5
InAttributeValue = 6
InBeginTag = 2
InQuotes = 7
InTagContent = 3
InTagEnd = 4
None = 0
SearchingTag = 1