Click or drag to resize
IResourceMinifier Interface
Defines an interface a compliant minifier must implement to be usable in resource handler.

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

The IResourceMinifier type exposes the following members.

Methods
  NameDescription
Public methodMinify
Returns a minified version of a given resource.
Top
See Also