C# Class Phun.Configuration.PhunCmsConfigurationSection

For reading configuration from web.config.
Inheritance: System.Configuration.ConfigurationSection, ICmsConfiguration
Datei anzeigen Open project: noogen/phuncms Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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].

Method Details

GetResourceFile() public method

Gets the resource file.
public GetResourceFile ( string path ) : Routing.ResourceVirtualFile
path string The path.
return Routing.ResourceVirtualFile

IsContentRoute() public method

Determines whether [is content route] [the specified path].
public IsContentRoute ( string path ) : bool
path string The path.
return bool

IsReadOnly() public method

Gets a value indicating whether the T:System.Configuration.ConfigurationElement object is read-only.
public IsReadOnly ( ) : bool
return bool

IsResourceRoute() public method

Determines whether [is resource route] [the specified path].
public IsResourceRoute ( string path ) : bool
path string The path.
return bool