Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HtmlDecode() [1/2]

static string System.Web.Util.HttpEncoder.HtmlDecode ( string value)
inlinestaticpackage

Definition at line 161 of file HttpEncoder.cs.

162 {
163 if (!string.IsNullOrEmpty(value))
164 {
166 }
167 return value;
168 }
static ? string HtmlDecode(string? value)

References System.Net.WebUtility.HtmlDecode(), and System.value.

Referenced by System.Web.HttpUtility.HtmlDecode(), and System.Web.HttpUtility.HtmlDecode().