C# Class Aqueduct.Web.WebContext

Inheritance: Aqueduct.Common.Context.BaseContext
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
ResolvePath ( string virtualPath ) : string

Resolves virtualPaths relative to a website's folder

WebContext ( IApplicationModeLoader modeLoader, string hostName ) : System.IO

Initializes a new instance of the WebContext class.

WebContext ( string hostName ) : System.IO

Initializes a new instance of the WebContext class current Website's host

Method Details

ResolvePath() public méthode

Resolves virtualPaths relative to a website's folder
public ResolvePath ( string virtualPath ) : string
virtualPath string Path relative to the website folder
Résultat string

WebContext() public méthode

Initializes a new instance of the WebContext class.
public WebContext ( IApplicationModeLoader modeLoader, string hostName ) : System.IO
modeLoader IApplicationModeLoader
hostName string
Résultat System.IO

WebContext() public méthode

Initializes a new instance of the WebContext class current Website's host
public WebContext ( string hostName ) : System.IO
hostName string
Résultat System.IO