Click or drag to resize
DefaultJavaScriptMinifier Class
Provides the default implementation of JavaScript minification that returns unmodified input.
Inheritance Hierarchy
SystemObject
  CMS.HelpersDefaultJavaScriptMinifier

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class DefaultJavaScriptMinifier : IJavaScriptMinifier, 
	IResourceMinifier

The DefaultJavaScriptMinifier type exposes the following members.

Constructors
  NameDescription
Public methodDefaultJavaScriptMinifier
Top
Methods
  NameDescription
Public methodMinify
Minifies the specified JavaScript.
Top
See Also