C# Класс ImageProcessor.Web.Configuration.ImageSecuritySection.WhiteListElementCollection

Represents a whitelist collection configuration element within the configuration.
Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
this ( int index ) : SafeUrl

Gets or sets the whitelist item at the given index.

Защищенные методы

Метод Описание
CreateNewElement ( ) : ConfigurationElement

Creates a new SafeURL configuration element.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified whitelist configuration element.

Описание методов

CreateNewElement() защищенный Метод

Creates a new SafeURL configuration element.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

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.
Результат object

this() публичный Метод

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.
Результат SafeUrl