C# 클래스 Qorpent.Host.RouteRule

파일 보기 프로젝트 열기: Qorpent/qorpent.sys 1 사용 예제들

공개 메소드들

메소드 설명
IsMatch ( WebContext context ) : bool
Rewrite ( WebContext context ) : void

메소드 상세

IsMatch() 공개 추상적인 메소드

public abstract IsMatch ( WebContext context ) : bool
context WebContext
리턴 bool

Rewrite() 공개 추상적인 메소드

public abstract Rewrite ( WebContext context ) : void
context WebContext
리턴 void