New test.
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp20 / UrlProperty.aspx
1 <%@ Page Language="C#" AutoEventWireup="true" Theme="Theme1" Codebehind="MyPage.aspx.cs" Inherits="MyPage" %>\r
2 <%@ Register Src="~/UrlProperty.ascx" TagName="UrlProperty" TagPrefix="uc1" %>\r
3 \r
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
5 \r
6 <html xmlns="http://www.w3.org/1999/xhtml" >\r
7     <head>\r
8         <title>UrlProperty test</title>\r
9     </head>\r
10 <body>\r
11     <form id="form1" runat="server">\r
12     <div>\r
13         <uc1:UrlProperty ID="WebUserControl1" runat="server"/>\r
14     </div>\r
15     </form>\r
16 </body>\r
17 </html>\r