







An Enum representing different types of Quotes used for surrounding attribute values
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum AttributeValueQuote |
| Visual Basic |
|---|
Public Enumeration AttributeValueQuote |
| Visual C++ |
|---|
public enum class AttributeValueQuote |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SingleQuote | 0 | A single quote mark ' | |
| DoubleQuote | 1 | A double quote mark " |
