Try our conversational search powered by Generative AI!

Interface IViewTemplateModelRegistrator

Registres template models to a collection of template models.

Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IViewTemplateModelRegistrator

Methods

Register(TemplateModelCollection)

Registers template models to the template model collection.

Declaration
void Register(TemplateModelCollection viewTemplateModelRegistrator)
Parameters
Type Name Description
TemplateModelCollection viewTemplateModelRegistrator

The collection of template models.

Extension Methods