Click or drag to resize
SiteDomainAliasRetrieverRetrieveByUrl Method
Retrieves the site alias based on given presentation URL.

Namespace: CMS.SiteProvider.Internal
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
public SiteDomainAliasInfo RetrieveByUrl(
	Uri url
)

Parameters

url
Type: SystemUri
URL to detect matching site domain alias.

Return Value

Type: SiteDomainAliasInfo
Remarks
Looks for presentation URL in both live site and administration site aliases.
See Also