Class FormAntispam
- Namespace
- Dynamicweb.System
Tools .Security
- Assembly
- Dynamicweb.dll
Internal methods for handling possible spam posts to forms and other modules posting data to Dynamicweb
- Inheritance
-
Form
Antispam
- Inherited Members
Methods
AntiSpamFields(string)
Returns a string containing the markup of hidden fields and their values used for the anti spam form submit
Parameters
id
stringThe identifier - usually the ID of the form os something similar.
Returns
- string
System.String.
AntiSpamFieldsScript(string)
Returns a string containing the javascript used for the anti spam functionality
Parameters
action
stringThe form action to be used.
Returns
- string
System.String.
SpamCheck()
Stops spam attempts on forms being posted. NOT for get operations.