Skip to content

Instantly share code, notes, and snippets.

View admir-live's full-sized avatar

Admir Mujkic admir-live

View GitHub Profile
@Adamsimsy
Adamsimsy / CustomLinkProvider.cs
Created July 21, 2016 09:17
Sitecore custom link provider example
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Sitecore.Data.Items;
using Sitecore.Links;
namespace Sitemap.Custom
{
public class CustomLinkProvider : LinkProvider