Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Explain What Is Routing? What Are The Three Segments For Routing Is Important?
Home
MVC Language
Explain What Is Routing? What Are The Three Segments For Routing Is Important?
0
votes
asked
Aug 18, 2019
in
MVC Language
by
sheetalkhandelwal
Explain What Is Routing? What Are The Three Segments For Routing Is Important?
#mvc-5-vs-mvc-4
#mvc
#mvc-mvc
#mvc-ado-
net
#mvc-mobile-app-development
#mvc-5-sample-project-with-database
#mvc-extensions
#asp
net-mvc-web-
hosting
#microsoft-asp
net-mvc-2
#asp-mvc-
#microsoft-mvc-4
#mvc-
net-framework
#framewok-tutorial
#framework7-interview-question
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 18, 2019
by
john ganales
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
...