DomainLanguageHelper..::..GetDomain Method
Overload List
| Name | Description | |
|---|---|---|
|
|
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.
Resolves via GetDomainByPath(String) which returns a per-request clone
from the application-level domain cache.
|
|
|
GetDomain(SQL, IOwinContext) |
Gets the domain.
|
|
|
GetDomain(HttpContextWrapper, SQL, String) |
Resolves a domain by database lookup against the supplied host, bypassing the in-memory
domain map. Intended for call-sites where HttpContext is null or
the cache must be skipped.
|

