Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / MonoRail / DiggPaginationSample / DiggExample / Default.aspx
blob7bec1b243fbcd146780324da2182db34df1e81ef
1 <%@ Page Language="C#" %>\r
2 <script runat="server">\r
3   protected override void OnLoad(EventArgs e)\r
4   {\r
5     Response.Redirect("~/home/index.castle");\r
6     base.OnLoad(e);\r
7   }\r
8 </script>\r
9 \r
10 <!DOCTYPE html PUBLIC \r
11   "-//W3C//DTD XHTML 1.0 Strict//EN"\r
12   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
13 <html xmlns="http://www.w3.org/1999/xhtml">\r
14 <head>\r
15   <title>Welcome</title>\r
16 </head>\r
17 <body>\r
18   <p>\r
19     If you were not redirected, please <a href="home/index.castle">click here</a>.\r
20   </p>\r
21 </body>\r
22 </html>