Skip to content

Instantly share code, notes, and snippets.

@soen
Created February 1, 2017 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soen/36b871544bc1b973d10a57eb4de2970d to your computer and use it in GitHub Desktop.
Save soen/36b871544bc1b973d10a57eb4de2970d to your computer and use it in GitHub Desktop.
public class CustomGetLinkFieldValue : Sitecore.Pipelines.RenderField.GetLinkFieldValue
{
protected override Sitecore.Xml.Xsl.LinkRenderer CreateRenderer(Item item)
{
return new CustomLinkRenderer(item);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment