Skip to content

Instantly share code, notes, and snippets.

@micklaw
Created June 25, 2015 22:16
Show Gist options
  • Save micklaw/688012240ab1c77a8b41 to your computer and use it in GitHub Desktop.
Save micklaw/688012240ab1c77a8b41 to your computer and use it in GitHub Desktop.
Register TyeConverters on startup
protected override void OnApplicationStarting(object sender, EventArgs e)
{
...
DittoResolverTypeLocator.Register<DittoHtmlStringConverter>("rte");
DittoResolverTypeLocator.Register<DittoHtmlStringConverter>("embed");
DittoResolverTypeLocator.Register<GridImageConverter>("media");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment