C# Class Satrabel.HttpModules.Provider.UrlRuleProvider

Description résumée de UrlProvider
Afficher le fichier Open project: sachatrauwaen/OpenUrlRewriter

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
CleanupUrl ( string Url ) : string
UrlRuleProvider ( ) : System

Method Details

CleanupUrl() protected static méthode

protected static CleanupUrl ( string Url ) : string
Url string
Résultat string

GetCacheKeys() public méthode

public GetCacheKeys ( int PortalId ) : string[]
PortalId int
Résultat string[]

GetPortalSettingAsBoolean() public méthode

public GetPortalSettingAsBoolean ( int portalID, string key ) : bool
portalID int
key string
Résultat bool

GetProviderSettingAsBoolean() public méthode

public GetProviderSettingAsBoolean ( string ProviderName, string key, bool DefaultValue ) : bool
ProviderName string
key string
DefaultValue bool
Résultat bool

GetRules() public abstract méthode

public abstract GetRules ( int PortalId ) : List
PortalId int
Résultat List

UrlRuleProvider() protected méthode

protected UrlRuleProvider ( ) : System
Résultat System