Custom Controller Factory in ASP.NET MVC(develoq.net)
submitted by
cengizh(35) 1 year, 10 months ago
I am using ASP.NET MVC framework from the time first beta bits released, I am big fan of this framework because of it’s extensibility and specifically simplicity.
ASP.NET MVC framework activates the controllers when a request arrived to it’s pipeline. Default naming and structure rules of controllers are :
Controller class name must ends with “Controller”.
Controller class must have constructor with no parameters.
These constraints come from the default controller factory of ASP.NET MVC Framework.
|category: MVC
|Views: 23
tags:
MVC another
Everyones tags:
Your Tags: