Table of Contents

Enum AttributeValueQuote

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

An Enum representing different types of Quotes used for surrounding attribute values

public enum AttributeValueQuote

Fields

DoubleQuote = 1

A double quote mark "

Initial = 4

The initial value (current value)

None = 2

No quote mark

SingleQuote = 0

A single quote mark '

WithoutValue = 3

Without the value such as '<span readonly>'