Click or drag to resize
CheckParametersCheckPath Method (String, ListString, ListString)
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,
	ref List<string> invalidFormParams,
	ref List<string> invalidQueryParams
)

Parameters

path
Type: SystemString
Path to check
invalidFormParams
Type: System.Collections.GenericListString
List where invalid form params will be placed
invalidQueryParams
Type: System.Collections.GenericListString
List where invalid query params will be placed

Return Value

Type: Boolean
See Also