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