Click or drag to resize
MimeKit

HtmlTagToken(String, Boolean) Constructor

Initialize a new instance of the HtmlTagToken class.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HtmlTagToken(
	string name,
	bool isEndTag
)

Parameters

name  String
The name of the tag.
isEndTag  Boolean
true if the tag is an end tag; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
Remarks
Creates a new HtmlTagToken.
See Also