简体   繁体   中英

Change master page to normal aspx page

I have one aspx page it includes with masterpage and present i don't want that master page how can i convert that page to normal aspx page.

here is the page i added

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

Remove MasterPageFile from the page directive and also remove the content tags from the aspx code. I guess that should be enough.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM