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.dll
Version: 10.10.4Syntax
public interface IRenderTemplate<TModel> : IRenderTemplateType Parameters
| Name | Description | 
|---|---|
| TModel | The type of the model. | 
