KaxStyleSheetManagerEnableStyleSheetCombine Property |
Specifies whether or not multiple embedded stylesheet 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)
Syntax public bool EnableStyleSheetCombine { get; set; }
Public Property EnableStyleSheetCombine As Boolean
Get
Set
public:
property bool EnableStyleSheetCombine {
bool get ();
void set (bool value);
}
member EnableStyleSheetCombine : bool with get, set
Property Value
Type:
BooleanRemarks
When EnableStyleSheetCombine set to true, the stylesheet references of the controls
on the page are combined to a single file, so that only one <link>
tag is output to the page HTML
See Also