| HtmlTokenizerCreateAttribute Method |
Create an attribute.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected virtual HtmlAttribute CreateAttribute(
string name
)
Parameters
- name String
- The attribute name.
Return Value
HtmlAttributeThe attribute.
Remarks
Creates an attribute.
See Also