Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / MonoRail / TestSiteARSupport / Views / Category / removeconfirm.vm
blob5901124df3df2ee68dcb60d10eb4868bf53b3cdc
1 <html>\r
2 <body>\r
3 \r
4 <form method="post" action="delete.castle">\r
5 \r
6 $FormHelper.HiddenField("category.Id")\r
7 \r
8 Confirm removal of $category.Id?\r
9 \r
10 <input type="submit" id="button" value="Delete it"/>\r
12 </form>\r
14 </body>\r
15 </html>\r