Click or drag to resize
URLHelperIsAnchor Method
Returns true for url's starting with hash (#) character.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static bool IsAnchor(
	string url
)

Parameters

url
Type: SystemString
URL to process

Return Value

Type: Boolean
See Also