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: 4.7.2.0 (4.7.2.0)
Syntaxpublic HtmlAttributeCollection ClosingAttributes { get; }Public ReadOnly Property ClosingAttributes As HtmlAttributeCollection
	Get
Property Value
Type: 
HtmlAttributeCollection
See Also