Interface IPropertyDataControl<T>
Defines the signature that a webcontrol/usercontrol that renders property data should implement.
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface IPropertyDataControl<T> : IRenderTemplate<T>, IPropertyDataControl, IRenderTemplate
Type Parameters
Name | Description |
---|---|
T | The type of content data that is rendering. |
Properties
CurrentData
Gets or sets the data that should be rendered by the control.
Declaration
T CurrentData { get; set; }
Property Value
Type | Description |
---|---|
T | The block data. |