Méthode | Description | |
---|---|---|
AkismetApiSpamFilter ( string endpoint, string apiKey, System.Web.HttpContextBase context ) : System | ||
CheckForSpam ( string text ) : SpamStatus | ||
ReportHam ( string text ) : void | ||
ReportSpam ( string text ) : void |
Méthode | Description | |
---|---|---|
ExecuteValidateRequest ( string text, string action ) : string | ||
HandleValidateResponse ( System.Web.HttpContextBase context, string response ) : bool |
public AkismetApiSpamFilter ( string endpoint, string apiKey, System.Web.HttpContextBase context ) : System | ||
endpoint | string | |
apiKey | string | |
context | System.Web.HttpContextBase | |
Résultat | System |
public CheckForSpam ( string text ) : SpamStatus | ||
text | string | |
Résultat | SpamStatus |