| 
            
              WebServerOptionsMinifyStyleSheetResource Method
             | 
          
        
        
        
        Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic bool MinifyStyleSheetResource(
	string urlPath
)
Public Function MinifyStyleSheetResource ( 
	urlPath As String
) As Boolean
public:
bool MinifyStyleSheetResource(
	String^ urlPath
)
member MinifyStyleSheetResource : 
        urlPath : string -> bool function MinifyStyleSheetResource(urlPath);
 View SourceParameters
- urlPath  String
 - CSS filename to check.
 
Return Value
Booleantrue if 
urlPath should be minified; otherwise, 
false.
Remarks
See Also