I have a Kentico 13 site that my team is currently working on. One issue we are running into is that if all the Page Type generated code is in the MVC project/DLL then Content Tree based routing wo...
Are there any functions or additional properties we need to add to a new page when we are adding them in from the MVC site?Edit: We're using Kentico 13.0.71 and .NET Core for the MVC site (.NET 6)W...
I have created a couple of transformations for different page types and in my view I need to display the proper transformation based on the page type. How do I accomplish this in .NET MVC?