C# 클래스 ManagedFusion.Rewriter.Contrib.RoutingApacheRuleSet

상속: Engines.ApacheRuleSet
파일 보기 프로젝트 열기: managedfusion/managedfusion-rewriter-contrib 1 사용 예제들

공개 메소드들

메소드 설명
RoutingApacheRuleSet ( string physicalBase, FileInfo ruleSetFile ) : System

Initializes a new instance of the RoutingApacheRuleSet class.

보호된 메소드들

메소드 설명
RefreshUnknownLines ( IList &lines ) : void

메소드 상세

RefreshUnknownLines() 보호된 메소드

protected RefreshUnknownLines ( IList &lines ) : void
lines IList
리턴 void

RoutingApacheRuleSet() 공개 메소드

Initializes a new instance of the RoutingApacheRuleSet class.
public RoutingApacheRuleSet ( string physicalBase, FileInfo ruleSetFile ) : System
physicalBase string The physical base.
ruleSetFile System.IO.FileInfo The rule set file.
리턴 System