1 write to CustomHandlerName
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1133
this.
CustomHandlerName
= value;
3 references to CustomHandlerName
System.Web.DataVisualization (3)
WebForm\General\ChartHttpHandler.cs (3)
577
settings.Add("CustomHandlerName", Settings.
CustomHandlerName
);
958
this._customHandlerType = Type.GetType(this.
CustomHandlerName
, true);
1270
if (!String.IsNullOrEmpty(this.
CustomHandlerName
))