Enum AttributeValueQuote
- Namespace
- HtmlAgilityPack
- Assembly
- HtmlAgilityPack.dll
An Enum representing different types of Quotes used for surrounding attribute values
public enum AttributeValueQuote
Fields
DoubleQuote = 1A double quote mark "
Initial = 4The initial value (current value)
None = 2No quote mark
SingleQuote = 0A single quote mark '
WithoutValue = 3Without the value such as '<span readonly>'