A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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.AspNet.dll
Version: 11.20.7
Syntax
public interface IRenderTemplate<TModel> : IRenderTemplate
Type Parameters
Name Description
TModel

The type of the model.

Extension Methods