Method | Description | |
---|---|---|
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 | |
return | System |
public RewritePath ( string path, bool rebaseClientPath ) : void | ||
path | string | |
rebaseClientPath | bool | |
return | void |
public RewritePath ( string filePath, string pathInfo, string queryString ) : void | ||
filePath | string | |
pathInfo | string | |
queryString | string | |
return | void |
public RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void | ||
filePath | string | |
pathInfo | string | |
queryString | string | |
setClientFilePath | bool | |
return | void |