Click or drag to resize
MimeKit

HtmlEntityDecoderGetValue Method

Get the decoded entity value.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string GetValue()

Return Value

String
The value.
Remarks
Gets the decoded entity value.
See Also