MonoRail peeves III—Actions
Sunday, March 9th, 2008Part III in a series of… some.
Part I covers static type checking in views and Why This Would Be Good.
Part II is about making the view architecture more naturally composable.
Part III, this article, is more narrowly concerned with return types from actions.
RenderView, Redirect and Friends
In MonoRail, ‘actions’ are the units of code which respond to [...]