Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IContentDataControl

Defines the signature that a webcontrol/usercontrol that renders content data must implement

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

Properties

CurrentData

Gets or sets the data of the content that should be rendered by the control.

Declaration
IContentData CurrentData { get; set; }
Property Value
Type Description
IContentData

The block data.

Extension Methods