| 
            
              WebServerMinifyStyleSheets Property 
             | 
          
        
         
            Gets or sets value that determines if minification should be applied to rendered CSS files.
            
 
    Namespace: 
   GSF.Web.Hosting
    Assembly:
   GSF.Web (in GSF.Web.dll) Version: 2.2.101-beta
Syntaxpublic bool MinifyStyleSheets { get; set; }Public Property MinifyStyleSheets As Boolean
	Get
	Set
public:
property bool MinifyStyleSheets {
	bool get ();
	void set (bool value);
}member MinifyStyleSheets : bool with get, set
function get_MinifyStyleSheets();
function set_MinifyStyleSheets(value);
 Request Example
		View SourceProperty Value
Type: 
Boolean
See Also