Click or drag to resize
ICssMinifier Interface
Represents a contract of CSS minification services.

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

The ICssMinifier type exposes the following members.

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