Click or drag to resize
CheckParametersCheckPath Method (String)
Checks the current request for allowed parameters.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static bool CheckPath(
	string path
)

Parameters

path
Type: SystemString
Path to check

Return Value

Type: Boolean
See Also