Handlers\TraceHandler.cs (27)
234AddCell(trow, "<h2>" + HttpUtility.HtmlEncode(vroot.Substring(1)) + "<h2><p>");
244tcell = AddCell(trow, physicalPath);
287AddCell(trow, (i + 1).ToString(NumberFormatInfo.InvariantInfo));
288AddCell(trow, (string) current.Tables[SR.Trace_Request].Rows[0][SR.Trace_Time_of_Request]);
289AddCell(trow, HttpUtility.HtmlEncode((string) current.Tables[SR.Trace_Request].Rows[0][SR.Trace_Url]).Substring(vrootLen));
290AddCell(trow, current.Tables[SR.Trace_Request].Rows[0][SR.Trace_Status_Code].ToString());
291AddCell(trow, (string) current.Tables[SR.Trace_Request].Rows[0][SR.Trace_Request_Type]);
293TableCell linkcell = AddCell(trow, String.Empty);
395AddCell(trow, indentedControl.ToString());
396AddCell(trow, (string) ((DataRow) en.Current)[SR.Trace_Type]);
400AddCell(trow, ((int) size).ToString(NumberFormatInfo.InvariantInfo));
402AddCell(trow, "---");
406AddCell(trow, ((int) size).ToString(NumberFormatInfo.InvariantInfo));
408AddCell(trow, "---");
412AddCell(trow, ((int) size).ToString(NumberFormatInfo.InvariantInfo));
414AddCell(trow, "---");
464tcell = AddCell(trow, HttpUtility.FormatPlainTextAsHtml((string) datarow[SR.Trace_Category]));
476tcell = AddCell(trow, message.ToString());
479tcell = AddCell(trow, FormatPotentialDouble(datarow[SR.Trace_From_First]));
482tcell = AddCell(trow, FormatPotentialDouble(datarow[SR.Trace_From_Last]));
547AddCell(trow, (temp.Length != 0) ? temp : " ");
576AddCell(trow, HttpUtility.HtmlEncode(datatable.Rows[0][SR.Trace_Session_Id].ToString()));
578AddCell(trow, datatable.Rows[0][SR.Trace_Request_Type].ToString());
583AddCell(trow, datatable.Rows[0][SR.Trace_Time_of_Request].ToString());
585AddCell(trow, datatable.Rows[0][SR.Trace_Status_Code].ToString());
590AddCell(trow, datatable.Rows[0][SR.Trace_Request_Encoding].ToString());
592AddCell(trow, datatable.Rows[0][SR.Trace_Response_Encoding].ToString());