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