C# 클래스 Satrabel.HttpModules.Provider.UrlRuleProvider

Description résumée de UrlProvider
파일 보기 프로젝트 열기: sachatrauwaen/OpenUrlRewriter

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCacheKeys ( int PortalId ) : string[]
GetPortalSettingAsBoolean ( int portalID, string key ) : bool
GetProviderSettingAsBoolean ( string ProviderName, string key, bool DefaultValue ) : bool
GetRules ( int PortalId ) : List

보호된 메소드들

메소드 설명
CleanupUrl ( string Url ) : string
UrlRuleProvider ( ) : System

메소드 상세

CleanupUrl() 보호된 정적인 메소드

protected static CleanupUrl ( string Url ) : string
Url string
리턴 string

GetCacheKeys() 공개 메소드

public GetCacheKeys ( int PortalId ) : string[]
PortalId int
리턴 string[]

GetPortalSettingAsBoolean() 공개 메소드

public GetPortalSettingAsBoolean ( int portalID, string key ) : bool
portalID int
key string
리턴 bool

GetProviderSettingAsBoolean() 공개 메소드

public GetProviderSettingAsBoolean ( string ProviderName, string key, bool DefaultValue ) : bool
ProviderName string
key string
DefaultValue bool
리턴 bool

GetRules() 공개 추상적인 메소드

public abstract GetRules ( int PortalId ) : List
PortalId int
리턴 List

UrlRuleProvider() 보호된 메소드

protected UrlRuleProvider ( ) : System
리턴 System