<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="StandartPortalMaster.master.cs" Inherits="WebProject.StandartPortalMaster" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder> </head> <body> <form id="form1" runat="server"> <div> <h1> Page Below </h1> <asp:ContentPlaceHolder ID="ContentPlaceHolder" runat="server"> <h1> Default </h1> </asp:ContentPlaceHolder> </div> </form> </body> </html>Dosyayı İndir