Enum DeclarationType
- Namespace
- ScrapySharp.Html.Dom
- Assembly
- ScrapySharp.dll
public enum DeclarationType
Fields
CloseTag = 2
Comment = 4
OpenTag = 1
SelfClosedTag = 3
TextElement = 0
public enum DeclarationType
CloseTag = 2
Comment = 4
OpenTag = 1
SelfClosedTag = 3
TextElement = 0