AttributeValueQuote Enumeration |
An Enum representing different types of Quotes used for surrounding attribute values
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public enum AttributeValueQuote
Public Enumeration AttributeValueQuote
Members
| Member name | Value | Description |
---|
| SingleQuote | 0 |
A single quote mark '
|
| DoubleQuote | 1 |
A double quote mark "
|
See Also