|
ReadonlyWebServerOptionsMinifyStyleSheets Property
|
Gets value that determines if minification should be applied to rendered CSS files.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public bool MinifyStyleSheets { get; }
Public ReadOnly Property MinifyStyleSheets As Boolean
Get
public:
property bool MinifyStyleSheets {
bool get ();
}
member MinifyStyleSheets : bool with get
function get_MinifyStyleSheets();
View SourceProperty Value
BooleanSee Also