Try our conversational search powered by Generative AI!

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