Click or drag to resize

HtmlNodeClosingAttributes Property

Gets the collection of HTML attributes for the closing tag. May not be null.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public HtmlAttributeCollection ClosingAttributes { get; }

Property Value

Type: HtmlAttributeCollection
See Also