C# 클래스 Spartanprogramming.Web.MVC.HttpContext

상속: IHttpContext
파일 보기 프로젝트 열기: ciriarte/nwd

공개 메소드들

메소드 설명
HttpContext ( System httpContext ) : System
RewritePath ( string path ) : void
RewritePath ( string path, bool rebaseClientPath ) : void
RewritePath ( string filePath, string pathInfo, string queryString ) : void
RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void

메소드 상세

HttpContext() 공개 메소드

public HttpContext ( System httpContext ) : System
httpContext System
리턴 System

RewritePath() 공개 메소드

public RewritePath ( string path ) : void
path string
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string path, bool rebaseClientPath ) : void
path string
rebaseClientPath bool
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string filePath, string pathInfo, string queryString ) : void
filePath string
pathInfo string
queryString string
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void
filePath string
pathInfo string
queryString string
setClientFilePath bool
리턴 void