Interface IViewTemplateModelRegistrator
Registres template models to a collection of template models.
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.dll
Version: 8.11.0Syntax
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. |