London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IRenderTemplate<TModel>

Interface that all typed templates (for example a class inheriting TemplatePage<T> or IContentDataControl<T> ) needs to implement to be registered as a template for an instance of typed class.

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface IRenderTemplate<TModel> : IRenderTemplate
Type Parameters
Name Description
TModel

The type of the model.

Extension Methods