Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save seangwright/77d37435676efb563e49a84483a43df5 to your computer and use it in GitHub Desktop.
Save seangwright/77d37435676efb563e49a84483a43df5 to your computer and use it in GitHub Desktop.
using static CMS.SiteProvider.SiteContext;
public class KenticoSiteContext : ISiteContext
{
public string SiteName => CurrentSiteName;
public int SiteId => CurrentSiteID;
public SiteInfo Site => CurrentSite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment