MVC: Links to Action Methods
Please see my other MVC articles. Using HTML links to execute controller action methods. It’s common to have a requirement that a controller’s action method be called from several different pages within a site. Also, this knowledge usually won’t be entirely flushed out at the beginning of project development. To compensate for this need, MVC…