How Do I Create My Own Custom Master Page?

How Can We Help?

How Do I Create My Own Custom Master Page?

< Back

Answer

It is possible to create your own custom master pages which are based off the XMPro Master Page.

If you are attempting to create your own, it is required to ensure your custom page inherits from the XMPro BasePage as per the below:

<%@ Page Title=" " Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" Debug="true" Inherits="XMPro.XMWorkspace.BasePage" %>

By ensuring the above, the authentication validation will function as expected and be enforced; as well as access to all the XMPro Site Master items.

Comments are closed.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X