C# 클래스 Phun.Configuration.PhunCmsConfigurationSection

For reading configuration from web.config.
상속: System.Configuration.ConfigurationSection, ICmsConfiguration
파일 보기 프로젝트 열기: noogen/phuncms 1 사용 예제들

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