Written by
Thomas Höhler
For umbraco versions:
AllHow-to
This How To will explain what ActionHandlers are and how you can write and use your own ActionHandlers.
Installation is done by copying the dll to the umbraco bin folder:
- First build the project for release (Right click on the project, select build new).
- Then go to the project folder select the dll from the bin/Release folder (in this case select the TH.Umb.Sandbox.Library.dll) and copy it to the umbraco bin folder.
That's it. Now the handler is installed and will perform on all actions you have selected.