C# 클래스 Engage.Dnn.AjaxMinCompositeFileProcessingProvider

상속: ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider
파일 보기 프로젝트 열기: EngageSoftware/safe-dnn-minification

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
MinifyFile ( string fileContents, ClientDependencyType type ) : string

Minifies the given fileContents.

메소드 상세

MinifyFile() 보호된 메소드

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.
리턴 string