A Sandcastle Documented Class Library |
HtmlAttribute..::..QuoteType Property |
HtmlAttribute Class See Also Send Feedback |
Specifies what type of quote the data should be wrapped in
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public AttributeValueQuote QuoteType { get; set; } |
Visual Basic |
---|
Public Property QuoteType As AttributeValueQuote Get Set |
Visual C++ |
---|
public: property AttributeValueQuote QuoteType { AttributeValueQuote get (); void set (AttributeValueQuote value); } |