Click or drag to resize
NormalizedPresentationUrlMatches Method
Indicates if the given URL starts with presentation URL.

Namespace: CMS.SiteProvider.Internal
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
public bool Matches(
	string url
)

Parameters

url
Type: SystemString
URL.

Return Value

Type: Boolean
See Also