Class CorsElementCollection
Represents a collection of CorsElement configuration elements in the application configuration file.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Configuration
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class CorsElementCollection : ConfigurationElementCollectionBase<CorsElement>, IList<CorsElement>, ICollection<CorsElement>, IEnumerable<CorsElement>, IEnumerable
  Constructors
CorsElementCollection()
Declaration
public CorsElementCollection()
  Methods
CreateNewElement()
Creates a new ConfigurationElement.
Declaration
protected override ConfigurationElement CreateNewElement()
  Returns
| Type | Description | 
|---|---|
| ConfigurationElement | A new ConfigurationElement.  |