1.

Explain What Is Routing? What Are The Three Segments For Routing Is Important?

Answer»

Routing helps you to decide a URL STRUCTURE and MAP the URL with the Controller.
The three SEGMENTS that are important for routing is
•ControllerName
•ActionMethodName
•Parameter

Routing helps you to decide a URL structure and map the URL with the Controller.
The three segments that are important for routing is
•ControllerName
•ActionMethodName
•Parameter



Discussion

No Comment Found