QuoteType Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
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);
}

See Also