Bombsquad.DynamicMedia.CombineCss.EmbedAsBase64CssMediaTransformerFactory.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(".embed.");
        }