Exemple #1
0
 // 增加一条Context过滤规则
 public static bool AddContextFilter(string path)
 {
     return(m_contextFilters.AddPath(path));
 }