CheckParameters CheckPage Method (String, Boolean)Kentico 8.0 API Reference
Checks the current request for allowed parameters.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

url
Type: OnlineSystem String
Page to check
redirect
Type: OnlineSystem Boolean
If true, when parameters do not match, the request is redirected either to 404 or throws an exception (depending on current settings)

Return Value

Type: OnlineBoolean
See Also