Salman
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Salman created a post, AnsweredASP.NET: option to navigate between view & controller
Hi, When navigating between views & controllers in ASP.NET MVC, Rider can only detect related view if we explicitly mention a view when returning from Controller Action. For example:- public Action...