The RazorPageTemplate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RazorPageTemplate | Initializes a new instance of the RazorPageTemplate class |
Methods
Name | Description | |
---|---|---|
![]() | Configure |
Override this method and set TemplateId and TemplateTitle.
|
Properties
Name | Description | |
---|---|---|
![]() | TemplateId |
Gets or sets the page template id. You should set this in your Configure() method override.
|
![]() | TemplateTitle |
Gets or sets the page template title. You should set this in your Configure() method override.
|