Click or drag to resize
CheckParametersCheckPage Method (String, ListString, ListString)
Checks the current request URL for allowed parameters.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static bool CheckPage(
	string url,
	ref List<string> invalidFormParams,
	ref List<string> invalidQueryParams
)

Parameters

url
Type: SystemString
Page URL 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