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!

Class ContentControlBase<TContentData>

Base class for usercontrols that renders IContentData.

Inheritance
System.Object
ContentControlBase<TContentData>
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
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