Skip to content

Instantly share code, notes, and snippets.

View ccasalicchio's full-sized avatar

Carlos Casalicchio ccasalicchio

  • SplatDev Ltda
  • Sorocaba, SP
View GitHub Profile
@elucidan
elucidan / DebugUrlProvider.cs
Last active April 22, 2021 09:49
Class to enable umbraco mini profiler on every request, bit hacky and doesn't handle multiple query strings yet
namespace YourNamespace.Core
{
using System;
using System.Collections.Generic;
using Umbraco.Core.Configuration;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Web;
using Umbraco.Web.Routing;