C# 클래스 RavenFS.Infrastructure.RedirectHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext httpContext ) : void
RedirectHandler ( string newUrl ) : System.Web

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext httpContext ) : void
httpContext System.Web.HttpContext
리턴 void

RedirectHandler() 공개 메소드

public RedirectHandler ( string newUrl ) : System.Web
newUrl string
리턴 System.Web