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

Represents a whitelist collection configuration element within the configuration.
Inheritance: System.Configuration.ConfigurationElementCollection
Exibir arquivo Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
this ( int index ) : SafeUrl

Gets or sets the whitelist item at the given index.

Protected Methods

Method 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 method

Creates a new SafeURL configuration element.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

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.
return object

this() public method

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.
return SafeUrl