| HtmlTokenizerCreateTagToken Method |
Create an HTML tag token.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected virtual HtmlTagToken CreateTagToken(
string name,
bool isEndTag = false
)
Parameters
- name String
- The tag name.
- isEndTag Boolean (Optional)
- true if the tag is an end tag; otherwise, false.
Return Value
HtmlTagTokenThe HTML tag token.
Remarks
Creates an HTML tag token.
See Also