TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About .NET. Routing
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Khaja Moizuddin (1)
Jignesh Trivedi (1)
Related resources for .NET. Routing
No resource found
Convention Routing in ASP.NET MVC 5
4/15/2024 11:43:49 AM.
Learn how to leverage convention-based routing in ASP.NET MVC 5 for efficient URL routing. Explore the principles of MVC routing, configure route attributes, and understand controller actions.
Routing in ASP.Net MVC
9/18/2013 2:59:06 PM.
A route is a URL pattern. Routing is a pattern matching process that monitors the requests and determines what to do with each request.