1 write to Url
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
2007
Url
= HttpContext.Current.Request.Url.ToString();
1 reference to Url
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
621
cell.Controls.Add(new Label() { Text = currentInfo.Verb + "," + currentInfo.
Url
});