
Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
Archive
Meta
Tag Archives: context
Working with multiple sites in Sitecore
Sitecore is a multisite system, meaning that you can administer multiple websites in the same Sitecore, and that these websites can share common data (like users, templates, masters, items, etc.). Each website in Sitecore will run in its own context, and … Continue reading
Posted in .net, c#, Sitecore 6
Tagged context, hostName, LinkManager, Multisite, rootPath, Site, Sitecore, startItem
16 Comments
Sitecore.Links.LinkManager and the context
A new feature in Sitecore 6 is the LinkManager. Previously, in Sitecore 5, in order to get a friendly url (an URL with the .aspx extension) you would write the following: In Sitecore 6, the GetFriendlyUrl() is deprecated. Instead we … Continue reading