Click or drag to resize
MimeKit

HtmlAttributeCollectionIndexOf(HtmlAttributeId) Method

Get the index of a desired attribute.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int IndexOf(
	HtmlAttributeId id
)

Parameters

id  HtmlAttributeId
The attribute.

Return Value

Int32
true if the attribute exists within the collection; otherwise, false.
Remarks
Gets the index of a desired attribute.
See Also