SaaS CMS has officially launched! Learn more now.

Class BlockComponent<TBlockData>

Provides the base implementation for block components.

Inheritance
System.Object
BlockComponent<TBlockData>
Implements
IRenderTemplate<TBlockData>
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3
Syntax
public abstract class BlockComponent<TBlockData> : PartialContentComponent<TBlockData>, IRenderTemplate<TBlockData>, IRenderTemplate where TBlockData : BlockData
Type Parameters
Name Description
TBlockData

The type of the block data.

Constructors

BlockComponent()

Declaration
protected BlockComponent()

Implements

Extension Methods