我得到这个输出:
即使我的页面包含MasterPageFile="~/Site1.Master"
这是我页面的源代码:
<%@ Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="Projekt.NET.WebForm2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<title>gowno</title>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
hahahahahahaa
</asp:Content>