Unit IV and Unit V
Unit IV and Unit V
NET framework
MVC design pattern
o
o When the routing engine finds a match in the route table for the
incoming request's URL, it forwards the request to the appropriate
controller and action. If there is no match in the route table for the
incoming request's URL, it returns a 404 HTTP status code.
o Custom Html Helpers - You can also create your own custom helper
methods by creating an extension method on the HtmlHelper class or
by creating static methods with in a utility class.