| 
            
              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.258-beta
Syntaxpublic 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
Boolean
See Also