Interface IRazorTemplatePage<TModel>
Inherited Members
Namespace: Volo.Abp.TextTemplating.Razor
Assembly: Volo.Abp.TextTemplating.Razor.dll
Syntax
public interface IRazorTemplatePage<TModel> : IRazorTemplatePage
Type Parameters
| Name | Description |
|---|---|
| TModel |
Properties
Model
Declaration
TModel? Model { get; set; }
Property Value
| Type | Description |
|---|---|
| TModel |