9 references to FormatPlainTextAsHtml
System.Web (9)
ErrorFormatter.cs (5)
878
return HttpUtility.
FormatPlainTextAsHtml
(msg);
907
string errorMessage = HttpUtility.
FormatPlainTextAsHtml
(_initialException.Message);
986
msg = HttpUtility.
FormatPlainTextAsHtml
(msg);
1813
_message = HttpUtility.
FormatPlainTextAsHtml
(message);
1860
_message = HttpUtility.
FormatPlainTextAsHtml
(e.BareMessage);
Handlers\TraceHandler.cs (4)
464
tcell = AddCell(trow, HttpUtility.
FormatPlainTextAsHtml
((string) datarow[SR.Trace_Category]));
467
StringBuilder message = new StringBuilder(HttpUtility.
FormatPlainTextAsHtml
((string) datarow[SR.Trace_Message]));
472
message.Append("<br>" + HttpUtility.
FormatPlainTextAsHtml
((string) errormessage));
474
message.Append("<br>" + HttpUtility.
FormatPlainTextAsHtml
((string) errorstack));