Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Interface IContentControl

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

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 7.19.2
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