Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Interface IViewTemplateModelRegistrator

Registres template models to a collection of template models.

Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.dll
Version: 7.19.2
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