* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / standalone / masterpages / title / page.aspx
1 <%@ Page Language="C#" Title="This is the Page's title" MasterPageFile="master.master" %>
2 <asp:content ID="title" ContentPlaceholderID="TitlePlaceholder" runat="server">
3 This is the Page's heading
4 </asp:content>