Class ContentControlBase<TContentData>
Base class for usercontrols that renders IContentData.
Inheritance
System.Object
ContentControlBase<PageData, TContentData>
ContentControlBase<TContentData>
Inherited Members
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
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()