C# Class Harvest.OrchardDevToolbelt.Handlers.SpamProtectedContactFormEventHandler

Inheritance: Orchard.Component, IContactFormEventHandler
Afficher le fichier Open project: sfmskywalker/OrchardDevToolbelt

Méthodes publiques

Méthode Description
ContactFormEntryCreated ( ContactFormCreatedContext context ) : void
ContactFormEntryCreating ( ContactFormCreatingContext context ) : void
SpamProtectedContactFormEventHandler ( INotifier notifier ) : System.Linq

Method Details

ContactFormEntryCreated() public méthode

public ContactFormEntryCreated ( ContactFormCreatedContext context ) : void
context ContactFormCreatedContext
Résultat void

ContactFormEntryCreating() public méthode

public ContactFormEntryCreating ( ContactFormCreatingContext context ) : void
context Harvest.OrchardDevToolbelt.Events.ContactFormCreatingContext
Résultat void

SpamProtectedContactFormEventHandler() public méthode

public SpamProtectedContactFormEventHandler ( INotifier notifier ) : System.Linq
notifier INotifier
Résultat System.Linq