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: 9.0.3.0 (9.0.3.20240719)
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