KaxScriptManagerEnableHandlerDetection Property |
Gets or sets a value indicating if KaxScriptManager should check the Kettic.AspNet.Controls.WebResource
handler existence in the application configuration file.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool EnableHandlerDetection { get; set; }
Public Property EnableHandlerDetection As Boolean
Get
Set
public:
property bool EnableHandlerDetection {
bool get ();
void set (bool value);
}
member EnableHandlerDetection : bool with get, set
Property Value
Type:
Boolean
Remarks
When EnableHandlerDetection set to true, KaxScriptManager automatically checks if the
HttpHandler it uses is registered to the application configuration file and throws
an exception if the HttpHandler registration missing. Set this property to false
if your scenario uses a file to output the combined scripts, or when running in Medium trust.
See Also