I have a method which is using DocumentHelper API from Kentico:public static TreeNode GetDocument(string pageType, string aliasPath) { var document = DocumentHelper.GetDocuments().Types(pageTy...
Hi,I'm trying to integrate a existing Static Angular site into Kentico v9.0.10.Basically the Angular app requires that it can access a lot of different Markup content using relative urls. Currently...