IResourceMinifier Interface |
Defines an interface a compliant minifier must implement to be usable in resource handler.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public interface IResourceMinifier
The IResourceMinifier type exposes the following members.
Methods
| Name | Description |
---|
| Minify |
Returns a minified version of a given resource.
|
TopSee Also