C# Class Engage.Dnn.AjaxMinCompositeFileProcessingProvider

Inheritance: ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider
Afficher le fichier Open project: EngageSoftware/safe-dnn-minification

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
MinifyFile ( string fileContents, ClientDependencyType type ) : string

Minifies the given fileContents.

Method Details

MinifyFile() protected méthode

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.
Résultat string