DomainLanguageHelper..::..GetDomain Method (SQL, HttpContextWrapper)
Gets the domain for the current request by matching the request URL against configured domain paths.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static Domain GetDomain( SQL currentSQL, HttpContextWrapper context )
Parameters
- currentSQL
- Type: AdvantageCMS.Data..::..SQL
The current SQL connection.
- context
- Type: HttpContextWrapper
The HTTP context wrapper.

