KaxStyleSheetManagerEnableHandlerDetection Property |
Gets or sets a value indicating if KaxStyleSheetManager 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)
Syntax public 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:
BooleanRemarks
When EnableHandlerDetection set to true, KaxStyleSheetManager 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 skins, or when running in Medium trust.
See Also