Click or drag to resize
URLHelperIsHandler Method
Checks if page is error handler.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsHandler(
	string relativePath
)

Parameters

relativePath
Type: SystemString
Relative path

Return Value

Type: Boolean
See Also