Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / Samples / MonoRail / BinderSample / BinderSample.Web / Views / Approach1 / index.vm
blob3b668cc602f08c7c6e8ce1309a7a3c5c21ee2d7e
1 \r
2 <h3>Using the DataBind attribute and SmartDispatcherController</h3>\r
3 \r
4 <h4>Publishers</h4>\r
5 \r
6 <ul>\r
7 #foreach($pub in $publishers)\r
8   <li>$Url.Link($pub.ToString(),"%{action='editpublisher',publisherId=$pub.id}")</li>\r
9 #end\r
10 </ul>\r