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 IPropertyDataControl

Defines the signature that a webcontrol/usercontrol that renders property data should implement

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

Properties

CurrentData

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

Declaration
object CurrentData { get; set; }
Property Value
Type Description
System.Object

The block data.

Extension Methods