Take the community feedback survey now.
Take the community feedback survey now.
HTML helper for on-page edit functionality that hides empty H, P, and span tags in view mode.
HTML helper for on-page edit functionality that hides empty H, P, and span tags in view mode.
After upgrading an EPiServer CMS project to .NET 4.6, and ASp.NET MVC 5.2.3, Visual Studio complained that @model does not exist in the current context, Html.RenderPartial was not recognized anymore, etc.
After upgrading an EPiServer CMS project to .NET 4.6, and ASp.NET MVC 5.2.3, Visual Studio complained that @model does not exist in the current context, Html.RenderPartial was not recognized anymore, etc.
As a back-end developer, I wanted to create a custom EPiServer property but to keep as much code as possible outside of javascript. I also didn't want to use existing property types like string, Url, etc. I wanted to define my own. Full source cod...