Click or drag to resize
MimeKit

HtmlTokenizerCreateAttribute Method

Create an attribute.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected virtual HtmlAttribute CreateAttribute(
	string name
)

Parameters

name  String
The attribute name.

Return Value

HtmlAttribute
The attribute.
Remarks
Creates an attribute.
See Also