C# Class Satrabel.HttpModules.Provider.UrlRuleProvider

Description résumée de UrlProvider
Mostrar archivo Open project: sachatrauwaen/OpenUrlRewriter

Private Properties

Property Type Description

Public Methods

Method Description
GetCacheKeys ( int PortalId ) : string[]
GetPortalSettingAsBoolean ( int portalID, string key ) : bool
GetProviderSettingAsBoolean ( string ProviderName, string key, bool DefaultValue ) : bool
GetRules ( int PortalId ) : List

Protected Methods

Method Description
CleanupUrl ( string Url ) : string
UrlRuleProvider ( ) : System

Method Details

CleanupUrl() protected static method

protected static CleanupUrl ( string Url ) : string
Url string
return string

GetCacheKeys() public method

public GetCacheKeys ( int PortalId ) : string[]
PortalId int
return string[]

GetPortalSettingAsBoolean() public method

public GetPortalSettingAsBoolean ( int portalID, string key ) : bool
portalID int
key string
return bool

GetProviderSettingAsBoolean() public method

public GetProviderSettingAsBoolean ( string ProviderName, string key, bool DefaultValue ) : bool
ProviderName string
key string
DefaultValue bool
return bool

GetRules() public abstract method

public abstract GetRules ( int PortalId ) : List
PortalId int
return List

UrlRuleProvider() protected method

protected UrlRuleProvider ( ) : System
return System