C# Class ImageProcessor.Web.Configuration.ImageSecuritySection.WhiteListElementCollection

Represents a whitelist collection configuration element within the configuration.
Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode Description
this ( int index ) : SafeUrl

Gets or sets the whitelist item at the given index.

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement

Creates a new SafeURL configuration element.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified whitelist configuration element.

Method Details

CreateNewElement() protected méthode

Creates a new SafeURL configuration element.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

Gets the element key for a specified whitelist configuration element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The ConfigurationElement to return the key for.
Résultat object

this() public méthode

Gets or sets the whitelist item at the given index.
public this ( int index ) : SafeUrl
index int The index of the whitelist item to get.
Résultat SafeUrl