Take the community feedback survey now.
Take the community feedback survey now.
You need to have Episerver CMS project (CMS >= 10.0.2). Use Episerver NuGet (if you want check here) and search for Zanganeh.RobotsTxtHandler or directly running code below in “Package Manager Console”: [crayon-582ba51fdb932852737894/] Then re-bui...
I’ve been told IContentRepository.GetItems is heaps better. And when I asked people why? They told me it is built DB load. Just want to clarify this. You pass a list of ContentReference (IEnumerable ) and it loads all IContent for each item. This...
As I wanted to get some experience with Episerver plugin I started this project. This package allow site admin to add/edit/delete “robots.txt” file for Episerver site(s). Requirements are as below: Provide “/robots.txt” handler Support multi-sit...
Recently I struggled with debugging a custom property code. I usually check Console in chrome developer tool to see if I missed something but there was nothing in there at all! I tried to debug Dojo and Episerver JS code to find out what a...
One our fellow in world.episerver ask question about the custom property in EpiServer. This has been discussed many many time in forum and blogs but I couldn’t be able to find simple version to reference. In this post I’m trying to describe this i...