C# Class Sitecore.Modules.PatchableIgnoreList.PatchableIgnoreList

Inheritance: HttpRequestProcessor
Afficher le fichier Open project: BenGGolden/PatchableIgnoreList

Méthodes publiques

Méthode Description
AddPrefix ( string prefix ) : void
PatchableIgnoreList ( ) : System
PatchableIgnoreList ( IPrefixSet prefixSet, bool loadIgnoreUrlPrefixes ) : System
PatchableIgnoreList ( IPrefixSet prefixSet, string loadIgnoreUrlPrefixes ) : System
Process ( HttpRequestArgs args ) : void

Method Details

AddPrefix() public méthode

public AddPrefix ( string prefix ) : void
prefix string
Résultat void

PatchableIgnoreList() public méthode

public PatchableIgnoreList ( ) : System
Résultat System

PatchableIgnoreList() public méthode

public PatchableIgnoreList ( IPrefixSet prefixSet, bool loadIgnoreUrlPrefixes ) : System
prefixSet IPrefixSet
loadIgnoreUrlPrefixes bool
Résultat System

PatchableIgnoreList() public méthode

public PatchableIgnoreList ( IPrefixSet prefixSet, string loadIgnoreUrlPrefixes ) : System
prefixSet IPrefixSet
loadIgnoreUrlPrefixes string
Résultat System

Process() public méthode

public Process ( HttpRequestArgs args ) : void
args HttpRequestArgs
Résultat void