Bombsquad.DynamicMedia.CombineCss.CombineCssMediaTransformerFactory.IsValidFilePath C# (CSharp) Méthode

IsValidFilePath() protected méthode

protected IsValidFilePath ( string absolutePath ) : bool
absolutePath string
Résultat bool
        protected override bool IsValidFilePath(string absolutePath)
        {
            return absolutePath.Contains(".combine.");
        }