Click or drag to resize
MimeKit

HtmlAttributeCollectionItem Property

Get the HtmlAttribute at the specified index.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HtmlAttribute this[
	int index
] { get; }

Parameters

index  Int32
The index.

Property Value

HtmlAttribute
The HTML attribute at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets the HtmlAttribute at the specified index.
See Also