Class FormAntispam
- Namespace
- Dynamicweb.SystemTools.Security
- Assembly
- Dynamicweb.dll
Internal methods for handling possible spam posts to forms and other modules posting data to Dynamicweb
public class FormAntispam
- Inheritance
-
FormAntispam
- Inherited Members
Methods
AntiSpamFields(string)
Returns a string containing the markup of hidden fields and their values used for the anti spam form submit
public static string AntiSpamFields(string id)
Parameters
idstringThe 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
public static string AntiSpamFieldsScript(string action)
Parameters
actionstringThe form action to be used.
Returns
- string
System.String.
SpamCheck()
Stops spam attempts on forms being posted. NOT for get operations.
public static OutputResult SpamCheck()