Contains information for all filters of a location element in the web.config file.
Inheritance: System.Configuration.ConfigurationElement
 /// <summary>
 /// Adds a new filter to the location collection.
 /// </summary>
 /// <param name="element"></param>
 internal void Add(FilterElement element)
 {
     BaseAdd(element);
 }
 /// <summary>
 /// Adds a new filter to the location collection.
 /// </summary>
 /// <param name="element"></param>
 internal void Add(FilterElement element)
 {
     BaseAdd(element);
 }