Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / TestSiteARSupport / Views / Account / removeconfirm.vm
blob8ae4ba24c1aa2372281c2539419a0d7a6761ec1e
1 <html>\r
2 <body>\r
3 \r
4 <form method="post" action="delete.castle">\r
5 \r
6 $FormHelper.HiddenField("account.Id")\r
7 \r
8 Confirm removal of $account.Id?\r
9 \r
10 <input type="submit" id="button" value="Delete it"/>\r
12 </form>\r
14 </body>\r
15 </html>\r