I'm not sure why you would ask about an ASP.NET MVC feature on the Castle group, it's just method overloading for actions you need, which, while implemented by MR, isn't particularly specific to MR. Anyway:
http://stackoverflow.com/questions/436866/can-you-overload-controller-methods-in-asp-net-mvc I've done a few projects with ASP.NET MVC and I've not really seen this as a problem. I imagine you could use routing to address it on a case-by-case basis as well. On Tue, Mar 17, 2009 at 2:51 PM, Mark Jensen <[email protected]> wrote: > > Hi > > I been a fan of MR for quite awhile now, but I recently started doing > some minor stuff in Aspnet Mvc. > > Im kind of sad to see that the SmartDispatcherController hasn't been > implemented in aspnet mvc, because i really liked that you could > overload your methods/actions an so on. > > So the questions is, has anyone here a solution for this ? The only > thing that comes remotely close to this in aspnet mvc is the > AcceptVerbs attribute. > > best regards > Mark J > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
