Interface ITemplate<TModel>
Inherited Members
Namespace: EPiServer.Cms.Shell.Templating.Razor.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public interface ITemplate<TModel> : ITemplate
Type Parameters
| Name | Description |
|---|---|
| TModel |
Properties
Model
Declaration
TModel Model { get; set; }
Property Value
| Type | Description |
|---|---|
| TModel |