AI OnAI Off
To get CMS content from Episerver using content reference ID anywhere in the MVC application using below code. var contentReference = new ContentReference(163); var pageRouteHelper = EPiServer.ServiceLocation.ServiceLocator.Current.GetInstance...