将母版页更改为普通的aspx页面

时间:2015-06-10 10:14:18

标签: c# asp.net master-pages

我有一个aspx页面,它包含masterpage和present我不想要那个母版页如何将该页面转换为普通的aspx页面。

这是我添加的页面

<%@Page Language="C#"  AutoEventWireup="true" CodeBehind="SummaryReportprint.aspx.cs" 
Inherits="School.Reports.SummaryReportprint" MasterPageFile="~/Site1.Master"%>

2 个答案:

答案 0 :(得分:1)

从page指令中删除MasterPageFile,并从aspx代码中删除内容标记。 我想这应该足够了。

答案 1 :(得分:0)

将扩展名从.master重命名为.aspx并删除ContentPlaceHolder