Interface IRenderTemplate<TModel>
Interface that all typed templates implement to be registered as a template for an instance of typed class.
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public interface IRenderTemplate<TModel> : IRenderTemplate
Type Parameters
| Name | Description |
|---|---|
| TModel | The type of the model. |