Interface IViewTemplateModelRegistrator
Registres template models to a collection of template models.
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3Syntax
public interface IViewTemplateModelRegistrator
Methods
Register(TemplateModelCollection)
Registers template models to the template model collection.
Declaration
void Register(TemplateModelCollection viewTemplateModelRegistrator)
Parameters
Type | Name | Description |
---|---|---|
Template |
viewTemplateModelRegistrator | The collection of template models. |