HtmlDocumentSingles Property

Note: This API is now obsolete.
Get a reference to a list of Single Elements not requiring a Closing Tag.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
[ObsoleteAttribute("Please use HtmlUtil.Singles.")]
public static NameCollection Singles { get; }

Property Value

NameCollection

See Also