Click or drag to resize
IJavaScriptMinifier Interface
Represents a contract of JavaScript minification services.

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

The IJavaScriptMinifier type exposes the following members.

Methods
  NameDescription
Public methodMinify
Returns a minified version of a given resource.
(Inherited from IResourceMinifier.)
Top
See Also