C# Class Sitecore.Modules.PatchableIgnoreList.PatchableIgnoreList

Inheritance: HttpRequestProcessor
Mostra file Open project: BenGGolden/PatchableIgnoreList

Public Methods

Method 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 method

public AddPrefix ( string prefix ) : void
prefix string
return void

PatchableIgnoreList() public method

public PatchableIgnoreList ( ) : System
return System

PatchableIgnoreList() public method

public PatchableIgnoreList ( IPrefixSet prefixSet, bool loadIgnoreUrlPrefixes ) : System
prefixSet IPrefixSet
loadIgnoreUrlPrefixes bool
return System

PatchableIgnoreList() public method

public PatchableIgnoreList ( IPrefixSet prefixSet, string loadIgnoreUrlPrefixes ) : System
prefixSet IPrefixSet
loadIgnoreUrlPrefixes string
return System

Process() public method

public Process ( HttpRequestArgs args ) : void
args HttpRequestArgs
return void