Try our conversational search powered by Generative AI!

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