Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
multiple URLs to one action method in asp.net mvc
Sagar Naikele
8y
230
1
Reply
What is the need of giving multiple URLs to one action method or/and controller?
[Route("Users/about")]
[Route("Users/aboutme")]
[Route("Users/myinfo")]
public ActionResult GotoAbout()
{
.
.
.}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
HttpContext.Items (per-request) to improve data performance
How we write LINQ Query