SaaS CMS has officially launched! Learn more now.

Class BlockController<TBlockData>

Provides the base implementation for for block controllers. This class will be removed in the future.

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

The type of the block data.

Constructors

BlockController()

Declaration
protected BlockController()

Implements

Extension Methods