What are different types of master pages in SharePoint 2010?
There are basically three types of pages in SharePoint for which we have a corresponding master page, which are as follows:
- Publishing Pages - these are those pages that are there in the Site Pages document library for e.g. default.aspx --- so we have the Site Master for these kinds of pages.
- Forms and Views Pages - these are the pages used to view the data stored in the lists and document libraries for e.g. AllItems.aspx --- so we have System Master for these kinds of pages.
- Application Pages - these are the pages that are stored in the _layouts folder in the server, these are the pages that are used for settings etc. --- so we have Application Master for these kinds of pages.
- v4.master - this is the default master page
- default.master - this is a master page that provides backward compatibility with MOSS 2007
- minimal.master -
- simple.master - this is used for the accessdenied, sign out, login, error pages etc.
Comments
Post a Comment