HtmlUtilFixAttributeQuotes Method
Fix all attribute quotes in the provided node collection and its
descendants.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void FixAttributeQuotes(
HtmlNodeCollection nodes
)
Public Shared Sub FixAttributeQuotes (
nodes As HtmlNodeCollection
)
No code example is currently available or this language may not be supported.
Parameters
- nodes HtmlNodeCollection
-
Reference to the collection of nodes to repair.