Skip to content

Instantly share code, notes, and snippets.

View grumpycatsaysno's full-sized avatar
:octocat:
coding in the deep

Veronica Milcheva grumpycatsaysno

:octocat:
coding in the deep
View GitHub Profile
@timw255
timw255 / Global.asax.cs
Last active June 12, 2022 16:00
Simultaneously support alternate (hreflang) and canonical links for Sitefinity pages and content
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Telerik.Sitefinity.Abstractions;
using Telerik.Sitefinity.Services;
using Telerik.Sitefinity.Web.Events;
using System.Web.UI.HtmlControls;
using Telerik.Sitefinity.Web;
using System.Globalization;