SaaS CMS has officially launched! Learn more now.

Class ContentControlBase<TContentData>

Base class for usercontrols that renders IContentData.

Inheritance
System.Object
ContentControlBase<TContentData>
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class ContentControlBase<TContentData> : ContentControlBase<PageData, TContentData>, IRenderSettings, IContentDataControl<TContentData>, IRenderTemplate<TContentData>, IContentDataControl, IRenderTemplate where TContentData : IContentData
Type Parameters
Name Description
TContentData

The type of the content data.

Constructors

ContentControlBase()

Declaration
public ContentControlBase()

Implements

Extension Methods