Ejemplo n.º 1
0
 public bool ContainsAttributeWithValue(string elementPath, string attributeName, string value)
 {
     return(_webConfig.ContainsAttributeValue(elementPath, attributeName, value));
 }