
Dynamic Controller
The Dynamic Controller class has action methods that dynamically handle requests for Index, Create, Edit, Delete, and Details actions.
The Dynamic Controller class has action methods that dynamically handle requests for Index, Create, Edit, Delete, and Details actions.
Routes are dynamically created for classes that are decorated with the DynamicEntity attribute and do not contain a controller. The dynamic route will route requests to the dynamic controller.
The dynamic pages generated can be configured easily through attributes on the Dynamic Entities or their properties. The dynamic views can be customized for specific entities. The DynamicController's methods can also be overridden.