London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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