he Graffiti plug-in system allows developers to execute their own code at key events in the Graffiti application life cycle. Graffiti's plug-in system very closely resembles ASP.Net's HttpModules or Community Server's CSModules. In the simplest form, here is how you would write a custom plug-in: Create...
Listed below are the current Graffiti events: ASP.Net Application BeginRequest Wires up an event with a standard event handler. This event allows you to wire up an event to the ASP.Net BeginRequest event without the need to deploy your own HttpModule or edit the Global.asax EndRequest Wires up an event...