Class CorsElementCollection
Represents a collection of CorsElement configuration elements in the application configuration file.
Inheritance
CorsElementCollection
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Configuration
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[ConfigurationCollection(typeof(CorsElement))]
public sealed class CorsElementCollection : ConfigurationElementCollectionBase<CorsElement>, ICollection, 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. |