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 IContentControl

Indicates that a control is responsible for maintaining its render context state.

Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IContentControl

Properties

CurrentContext

Gets the current render context of the control instance.

Declaration
PropertyContext CurrentContext { get; }
Property Value
Type Description
PropertyContext

Extension Methods