One of the "cool features" in Spring MVC is that before the controller method, you can specify an annotation, which will set the Url of the processed request. Thus, it is very easy to make CNC.

Question: Is it possible to do the same with ASP.NET WebForms?

  • The cool features in Spring MVC are those that I personally find useful. Maybe someone also finds them useful. - megacoder
  • Google gives a lot of information on request from asp.net to the CNC , for example, CNC (beautiful URL) in ASP.NET. Routing Webforms. - Specter
  • I would like to like Spring MVC - something like this - megacoder

0