Bombsquad.DynamicMedia.Less.CssLessMediaTransformerFactory.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(".less");
        }