Orchard Mvc Actions 1.0 An implementation of Pure Mvc actions for Orchard CMS.

This module allows developers to attach pure Mvc actions as content parts. It includes the Mvc Action Widget content type, and the Mvc Action Part content part. - The only requirement is that actions must return a PartialView and be decorated with the ChildActionOnly attribute. - The controller, action, area and route values can be specified and bound to tokenized expressions.