Click or drag to resize
MimeKit

HtmlWriterWriteAttributeName(HtmlAttributeId) Method

Write the attribute name to the output stream.

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

Parameters

id  HtmlAttributeId
The attribute identifier.
Exceptions
ExceptionCondition
ArgumentExceptionid is not a valid HTML attribute identifier.
InvalidOperationException The HtmlWriter is not in a state that allows writing attributes.
ObjectDisposedException The HtmlWriter has been disposed.
Remarks
Writes the attribute name to the output stream.
See Also