C# Класс Phun.Configuration.PhunCmsConfigurationSection

For reading configuration from web.config.
Наследование: System.Configuration.ConfigurationSection, ICmsConfiguration
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
GetResourceFile ( string path ) : Routing.ResourceVirtualFile

Gets the resource file.

IsContentRoute ( string path ) : bool

Determines whether [is content route] [the specified path].

IsReadOnly ( ) : bool

Gets a value indicating whether the T:System.Configuration.ConfigurationElement object is read-only.

IsResourceRoute ( string path ) : bool

Determines whether [is resource route] [the specified path].

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

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

Gets the resource file.
public GetResourceFile ( string path ) : Routing.ResourceVirtualFile
path string The path.
Результат Routing.ResourceVirtualFile

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

Determines whether [is content route] [the specified path].
public IsContentRoute ( string path ) : bool
path string The path.
Результат bool

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

Gets a value indicating whether the T:System.Configuration.ConfigurationElement object is read-only.
public IsReadOnly ( ) : bool
Результат bool

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

Determines whether [is resource route] [the specified path].
public IsResourceRoute ( string path ) : bool
path string The path.
Результат bool