Class BlockController<TBlockData>
Provides the base implementation for for block controllers. This class will be removed in the future.
Inheritance
System.Object
PartialContentComponent <TBlockData>
PartialContentController <TBlockData>
BlockController<TBlockData>
Inherited Members
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3Syntax
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()