Exemple #1
0
 private Boolean IsAssetPathAllowed(string path)
 {
     return(!fileNameBlacklist.IsMatch(path));
 }