| CheckParameters Class |
Namespace: CMS.Protection
public static class CheckParameters
The CheckParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckPage(String) |
Checks the current request for allowed parameters.
| |
| CheckPage(String, Boolean) |
Checks the current request for allowed parameters.
| |
| CheckPage(String, ListString, ListString) |
Checks the current request URL for allowed parameters.
| |
| CheckPath(String) |
Checks the current request for allowed parameters.
| |
| CheckPath(String, Boolean) |
Checks the current request for allowed parameters.
| |
| CheckPath(String, ListString, ListString) |
Checks the current request for allowed parameters.
| |
| LoadSettings |
Loads the parameters settings from specified file.
|
| Name | Description | |
|---|---|---|
| AllowCheck |
If checking is allowed, returns true.
| |
| ReportParameters |
If true, exception reporting the parameters is thrown when the parameters do not match.
|