C# Класс ParkitectNexus.Data.Web.Website

Represents the ParkitectNexus website.
Наследование: IWebsite
Показать файл Открыть проект

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

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