Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MichaelaIvanova/c32d13fbd7b21898259f20de6013087b to your computer and use it in GitHub Desktop.
Save MichaelaIvanova/c32d13fbd7b21898259f20de6013087b to your computer and use it in GitHub Desktop.
public class CustomEventHandler : ApplicationEventHandler
{
protected override void ApplicationStarting(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)
{
ViewEngines.Engines.Clear();
ViewEngines.Engines.Add(new RenderViewEngine());
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment