Click or drag to resize
MimeKit

HtmlAttributeCollection Constructor

Initialize a new instance of the HtmlAttributeCollection class.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HtmlAttributeCollection(
	IEnumerable<HtmlAttribute> collection
)

Parameters

collection  IEnumerableHtmlAttribute
A collection of attributes.
Remarks
Creates a new HtmlAttributeCollection.
See Also