Click or drag to resize
MimeKit

HtmlDataTokenData Property

Get the character data.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Data { get; }

Property Value

String
The character data.
Remarks
Gets the character data.
See Also