KaxScriptManagerEnableScriptCombine Property |
Specifies whether or not multiple script references should be combined into a single file
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool EnableScriptCombine { get; set; }
Public Property EnableScriptCombine As Boolean
Get
Set
public:
property bool EnableScriptCombine {
bool get ();
void set (bool value);
}
member EnableScriptCombine : bool with get, set
Property Value
Type:
Boolean
Remarks
When EnableScriptCombine set to true, the script references of the controls
on the page are combined to a single file, so that only one <script>
tag is output to the page HTML
See Also