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