DomainLanguageHelper Members
The DomainLanguageHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
ClearDomainMappings |
Clears the domain mappings.
|
|
|
GetCurrentHost(HttpContext) |
Gets the current host.
|
|
|
GetCurrentHost(HttpContextWrapper) |
Returns the current request's host (including non-default port) for the supplied
HttpContextWrapper.
|
|
|
GetCurrentHost(HttpRequest) |
Gets the current host.
|
|
|
GetCurrentHost(HttpRequestBase) |
Returns the current request's host (including non-default port) for the supplied
HttpRequestBase.
|
|
|
GetCurrentHost(IOwinContext) |
Gets the current host.
|
|
|
GetCurrentUrlRoot(HttpContext) |
Gets the current URL root (host and optional virtual path) for the request.
|
|
|
GetCurrentUrlRoot(HttpContextWrapper) |
Gets the current URL root.
|
|
|
GetCurrentUrlRoot(IOwinContext) |
Gets the current URL root.
|
|
|
GetDomain(SQL, HttpContext) |
Gets the domain.
|
|
|
GetDomain(SQL, HttpContextWrapper) |
Gets the domain for the current request by matching the request URL against configured domain paths.
|
|
|
GetDomain(SQL, IOwinContext) |
Gets the domain.
|
|
|
GetHost |
Gets the host.
|
|
|
GetLanguage(SQL, Domain, HttpContext) |
Gets the language.
|
|
|
GetLanguage(SQL, Domain, HttpContextWrapper) |
Gets the language.
|
|
|
GetLanguage(SQL, Domain, String, HttpContext) |
Gets the language.
|
|
|
GetLanguage(SQL, Domain, String, HttpContextWrapper) |
Gets the language.
|
|
|
GetLanguage(SQL, Domain, String, IOwinContext) |
Gets the language.
|
|
|
GetLanguageById |
Gets the language by identifier.
|
|
|
ReplaceDomainSlugs |
Replaces the domain slugs.
|
|
|
RequestPath(RequestContext) |
Requests the path.
|
|
|
RequestPath(HttpContext) |
Requests the path.
|
|
|
SetDomainIdLanguageId(HttpContext, Int32, Int32) |
Sets the domain identifier language identifier.
|
|
|
SetDomainIdLanguageId(HttpContextWrapper, Int32, Int32) |
Sets the domain identifier language identifier.
|
|
|
SetDomainIdLanguageId(RequestContext, Int32, Int32) |
Sets the domain identifier language identifier.
|

