C# 클래스 ParkitectNexus.Data.Web.Website

Represents the ParkitectNexus website.
상속: IWebsite
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
Launch ( ) : void

Launches the nexus.

Launch ( string path ) : void

Launches the website at the specified path.

Launch ( string path, string subdomain ) : void

Launches the website at the specified path and sub domain.

ResolveUrl ( string path ) : string

Resolves the URL to the specified path.

ResolveUrl ( string path, string subdomain ) : string

Resolves the URL to the specified path and subdomain.

Website ( ILogger log ) : System.Diagnostics

Initializes a new instance of the T:System.Object class.

메소드 상세

Launch() 공개 메소드

Launches the nexus.
public Launch ( ) : void
리턴 void

Launch() 공개 메소드

Launches the website at the specified path.
public Launch ( string path ) : void
path string The path.
리턴 void

Launch() 공개 메소드

Launches the website at the specified path and sub domain.
public Launch ( string path, string subdomain ) : void
path string The path.
subdomain string The sub domain.
리턴 void

ResolveUrl() 공개 메소드

Resolves the URL to the specified path.
public ResolveUrl ( string path ) : string
path string The path.
리턴 string

ResolveUrl() 공개 메소드

Resolves the URL to the specified path and subdomain.
public ResolveUrl ( string path, string subdomain ) : string
path string The path.
subdomain string The sub domain.
리턴 string

Website() 공개 메소드

Initializes a new instance of the T:System.Object class.
public Website ( ILogger log ) : System.Diagnostics
log ILogger
리턴 System.Diagnostics