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

Interface IPropertyControlsContainer

Creation of child controls could be triggered externally for controls marked with this interface

Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public interface IPropertyControlsContainer

Methods

EnsurePropertyControlsCreated()

Triggers EnsureChildControls for the Property.

Declaration
void EnsurePropertyControlsCreated()

Extension Methods