Click or drag to resize
MimeKit

HtmlTagContext Constructor

Initialize a new instance of the HtmlTagContext class.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected HtmlTagContext(
	HtmlTagId tagId
)

Parameters

tagId  HtmlTagId
The HTML tag identifier.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiontagId is invalid.
Remarks
Creates a new HtmlTagContext.
See Also