/wp-handle-document-events-differently-with-udocumenteventhandler-06.cs
Created Nov 10, 2018
public class DocumentEventHandlerRegistration : ApplicationEventHandler | |
{ | |
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) | |
{ | |
DocumentEventHandlerBinder.Bind(GetType().Assembly); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment