HtmlUtilFixAttributeQuotes Method

Fix all attribute quotes in the provided node collection and its descendants.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void FixAttributeQuotes(
	HtmlNodeCollection nodes
)

Parameters

nodes  HtmlNodeCollection
Reference to the collection of nodes to repair.

See Also