2 writes to Url
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1102
this.
Url
= value;
1283
this.
Url
= Path.GetTempPath();
2 references to Url
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1208
if (String.IsNullOrEmpty(this.
Url
))
1218
fileDirectory = HttpContext.Current.Server.MapPath(this.
Url
);