C# 클래스 Aqueduct.Web.WebContext

상속: Aqueduct.Common.Context.BaseContext
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
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