KaxChartDisableHandlerDetection Property |
Gets or sets string a value indicates to the HttpHandler URL.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool DisableHandlerDetection { get; set; }
Public Property DisableHandlerDetection As Boolean
Get
Set
public:
property bool DisableHandlerDetection {
bool get ();
void set (bool value);
}
member DisableHandlerDetection : bool with get, set
Property Value
Type:
Boolean
Returns the HttpHandler URL. The default value is "ChartToImage.cht".
Remarks
Set this property to false if you are running your application under IIS7 Integrated Mode
and have set the validateIntegratedModeConfiguration flag that does not allow legacy
HttpHandler registration under the system.web configuration section.
See Also