A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Shows how to easily replace a built in PropertyHandler.
New features Support for more built in properties The following properties are now supported out of the box: BlockData bool double ContentArea ContentReference DateTime IEnumerable int LinkItemCollection PageReference PageType string[] string...
I've just pushed version 2.0.0 to the nuget feed. The following breaking changes was introduced: Target framework is now set to 4.6.1 (same as Epi) Minimum version 11.1.0 of EPiServer.CMS.UI.Core is required. I've only tested it with an manually...
JOS.ContentJson gets replaced by JOS.ContentSerializer. Fun fun fun!
I will show you how to easily bind parameters to your action methods without using the querystring. I have a page, MyPage , with a controller that looks like this: public async Task Index(MyPage currentPage, int myId) { var response = await...