Controller name convention in ASP.NET MVC

Posted by jesusbolivar on Stack Overflow See other posts from Stack Overflow or by jesusbolivar
Published on 2010-06-10T03:39:08Z Indexed on 2010/06/10 3:42 UTC
Read the original article Hit count: 188

Filed under:
|
|
|

Is there a way to change the naming convention for controllers in ASP.NET MVC?

What I want is to name my controllers InicioControlador instead of InicioController, or better yet, use a prefix instead of a suffix, and have ControladorInicio as my controller name.

From what I have read so far, I think I have to implement my own Controller Factory. I would be very grateful if any of you could point me in the right direction.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc