C# 클래스 Sitecore.Modules.PatchableIgnoreList.PatchableIgnoreList

상속: HttpRequestProcessor
파일 보기 프로젝트 열기: BenGGolden/PatchableIgnoreList

공개 메소드들

메소드 설명
AddPrefix ( string prefix ) : void
PatchableIgnoreList ( ) : System
PatchableIgnoreList ( IPrefixSet prefixSet, bool loadIgnoreUrlPrefixes ) : System
PatchableIgnoreList ( IPrefixSet prefixSet, string loadIgnoreUrlPrefixes ) : System
Process ( HttpRequestArgs args ) : void

메소드 상세

AddPrefix() 공개 메소드

public AddPrefix ( string prefix ) : void
prefix string
리턴 void

PatchableIgnoreList() 공개 메소드

public PatchableIgnoreList ( ) : System
리턴 System

PatchableIgnoreList() 공개 메소드

public PatchableIgnoreList ( IPrefixSet prefixSet, bool loadIgnoreUrlPrefixes ) : System
prefixSet IPrefixSet
loadIgnoreUrlPrefixes bool
리턴 System

PatchableIgnoreList() 공개 메소드

public PatchableIgnoreList ( IPrefixSet prefixSet, string loadIgnoreUrlPrefixes ) : System
prefixSet IPrefixSet
loadIgnoreUrlPrefixes string
리턴 System

Process() 공개 메소드

public Process ( HttpRequestArgs args ) : void
args HttpRequestArgs
리턴 void