C# Class Engage.Dnn.AjaxMinCompositeFileProcessingProvider

Inheritance: ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider
Mostrar archivo Open project: EngageSoftware/safe-dnn-minification

Private Properties

Property Type Description

Protected Methods

Method Description
MinifyFile ( string fileContents, ClientDependencyType type ) : string

Minifies the given fileContents.

Method Details

MinifyFile() protected method

Minifies the given fileContents.
protected MinifyFile ( string fileContents, ClientDependencyType type ) : string
fileContents string The contents of the file.
type ClientDependencyType The type of the resource.
return string