C# Class Spartanprogramming.Web.MVC.HttpContext

Inheritance: IHttpContext
Afficher le fichier Open project: ciriarte/nwd

Méthodes publiques

Méthode 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

Method Details

HttpContext() public méthode

public HttpContext ( System httpContext ) : System
httpContext System
Résultat System

RewritePath() public méthode

public RewritePath ( string path ) : void
path string
Résultat void

RewritePath() public méthode

public RewritePath ( string path, bool rebaseClientPath ) : void
path string
rebaseClientPath bool
Résultat void

RewritePath() public méthode

public RewritePath ( string filePath, string pathInfo, string queryString ) : void
filePath string
pathInfo string
queryString string
Résultat void

RewritePath() public méthode

public RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void
filePath string
pathInfo string
queryString string
setClientFilePath bool
Résultat void