The CheckParameters type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
CheckPage(String) |
Checks the current request for allowed parameters.
| |
CheckPage(String, Boolean) |
Checks the current request for allowed parameters.
| |
CheckPage(String, List String , List String ) |
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, List String , List String ) |
Checks the current request for allowed parameters.
| |
LoadSettings |
Loads the parameters settings from specified file.
|
Fields
Name | Description | |
---|---|---|
DENIED |
Denied value.
|
Properties
Name | Description | |
---|---|---|
AllowCheck |
If checking is allowed, returns true.
| |
ReportParameters |
If true, exception reporting the parameters is thrown when the parameters do not match.
|
See Also