Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TemplateModelCollection

Collection of template models for model types.

Inheritance
System.Object
TemplateModelCollection
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3
Syntax
public class TemplateModelCollection : Object

Constructors

TemplateModelCollection()

Declaration
public TemplateModelCollection()

Methods

Add(Type, TemplateModel)

Addsa template model to a model type

Declaration
public void Add(Type modelType, TemplateModel viewTemplateModel)
Parameters
Type Name Description
System.Type modelType

The model type.

TemplateModel viewTemplateModel

The view template model.

Add(Type, TemplateModel[])

Adds template models to a model type.

Declaration
public void Add(Type modelType, params TemplateModel[] viewTemplateModels)
Parameters
Type Name Description
System.Type modelType

Type of the model.

TemplateModel[] viewTemplateModels

The view template models.

Extension Methods