Create page templates

To create a page template you can use the Native API or the Fluent API.
When creating a page template, you must perform the following: 

  1. Set the required properties.

  • Title
  • Name
  • Description

    You can also set any other properties in this step: Theme, MasterPage, ParentTemplate etc. 

See the sample below:

Page templates could be based on other page templates by setting the ParentTemplate property. In the sample above the created page template is based on "Right Sidebar, Header, Footer" Template. 

Also you can create different types of pageTemplates - MVC, WebForms or Hybrid according to the types of widgets that are supported. This is controlled by the Framework property and the PageTemplateFramework enum. 

Hybrid - page template supports widgets based on MVC and Web Forms
Mvc - page template supports only widgets based on MVC
WebForms- page template supports only widgets based on Web Forms


Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?

Next article

Query page templates