Base controllers

Base controllers are abstract classes with all Action methods needed to implement some communication protocol. Usually, they offer support to controls or client-side features. At moment the Mvc Controls Toolkit offers just one of such controllers, the ServerCrudController that assists server controls with their ajax updates.


Fork me on GitHub