메소드 | 설명 | |
---|---|---|
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 |
public HttpContext ( System httpContext ) : System | ||
httpContext | System | |
리턴 | System |
public RewritePath ( string path, bool rebaseClientPath ) : void | ||
path | string | |
rebaseClientPath | bool | |
리턴 | void |
public RewritePath ( string filePath, string pathInfo, string queryString ) : void | ||
filePath | string | |
pathInfo | string | |
queryString | string | |
리턴 | void |
public RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void | ||
filePath | string | |
pathInfo | string | |
queryString | string | |
setClientFilePath | bool | |
리턴 | void |