Skip to content

Instantly share code, notes, and snippets.

View mikkelhm's full-sized avatar

Mikkel Holck Madsen mikkelhm

View GitHub Profile
@mikkelhm
mikkelhm / CustomApplicationEventHandler.cs
Created June 1, 2017 12:01
Umbraco Bypass ascii encoding if all fails
using System.Globalization;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Core.Strings;
namespace Custom
{
public class CustomApplicationEventHandler : ApplicationEventHandler
{