C# Класс Aqueduct.Web.WebContext

Наследование: Aqueduct.Common.Context.BaseContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ResolvePath() публичный Метод

Resolves virtualPaths relative to a website's folder
public ResolvePath ( string virtualPath ) : string
virtualPath string Path relative to the website folder
Результат string

WebContext() публичный Метод

Initializes a new instance of the WebContext class.
public WebContext ( IApplicationModeLoader modeLoader, string hostName ) : System.IO
modeLoader IApplicationModeLoader
hostName string
Результат System.IO

WebContext() публичный Метод

Initializes a new instance of the WebContext class current Website's host
public WebContext ( string hostName ) : System.IO
hostName string
Результат System.IO